interface ReferenceListItem {
    archived?: boolean;
    code: string;
    displayIndex?: number;
    hasChildren?: boolean;
    id?: string | number;
    label: string;
    localizedLabels?: LocalizedLabel[];
    newItem?: boolean;
    parentCode?: string;
}

Properties

archived?: boolean
code: string
displayIndex?: number
hasChildren?: boolean
id?: string | number
label: string
localizedLabels?: LocalizedLabel[]
newItem?: boolean
parentCode?: string
MMNEPVFCICPMFPCPTTAAATR