setBrand.d.ts 110 B

1234
  1. export declare function setBrand(brand?: string): {
  2. '@type': string;
  3. name: string;
  4. } | undefined;