interface ProposeNewBehavior {
    id: string;
    label: string;
    name: PROPOSE_NEW_BEHAVIOR;
    parentID: string;
    parentIndex: number;
    type: string;
}

Hierarchy (view full)

Properties

id: string
label: string
parentID: string
parentIndex: number
type: string