picklist Values

interface Value {
    Color: string;
    ControlFieldValue: string;
    Description: string;
    ID: string;
    IsActive: boolean;
    IsBaseline: boolean;
    IsDefault: boolean;
    Label: string;
    Name: string;
    SequenceNo: bigint;
}

Properties

Color: string
ControlFieldValue: string
Description: string
ID: string
IsActive: boolean
IsBaseline: boolean
IsDefault: boolean
Label: string
Name: string
SequenceNo: bigint