CustomLabel: Metadata & {
    categories?: string | null;
    language: string;
    protected: boolean;
    shortDescription: string;
    value: string;
}

Type declaration

  • Optional categories?: string | null
  • language: string
  • protected: boolean
  • shortDescription: string
  • value: string