GlobalValueSet: Metadata & {
    customValue: CustomValue[];
    description?: string | null;
    masterLabel: string;
    sorted: boolean;
}

Type declaration

  • customValue: CustomValue[]
  • Optional description?: string | null
  • masterLabel: string
  • sorted: boolean