BrandingSet: Metadata & {
    brandingSetProperty: BrandingSetProperty[];
    description?: string | null;
    masterLabel: string;
    type?: string | null;
}

Type declaration

  • brandingSetProperty: BrandingSetProperty[]
  • Optional description?: string | null
  • masterLabel: string
  • Optional type?: string | null