Type alias BrandingSetProperty

BrandingSetProperty: {
    propertyName: string;
    propertyValue?: string | null;
}

Type declaration

  • propertyName: string
  • Optional propertyValue?: string | null