interface PickListItemModel {
    id?: string;
    value?: string;
}

Properties

Properties

id?: string
value?: string