bpm metadata the common base struct

interface BPMMetadataBase {
    label?: string;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

label?: string
name?: string