interface BrandfetchNodeParameters {
domain?: string;
download?: boolean;
imageFormats?: ("png" | "svg")[];
imageTypes?: ("logo" | "icon")[];
operation?:
| "company"
| "color"
| "font"
| "industry"
| "logo";
}
The domain name of the company