Type alias PicklistValueTranslation

PicklistValueTranslation: {
    masterLabel: string;
    translation?: string | null;
}

Type declaration

  • masterLabel: string
  • Optional translation?: string | null