Interface BPMMetadataHumanResource

bpm metadata human resource struct

interface BPMMetadataHumanResource {
    type?: string;
    value?: string;
}

Properties

Properties

type?: string
value?: string