Archived
Add business logo branding support
This commit is contained in:
@@ -25,8 +25,11 @@ interface EmailPreviewProps {
|
||||
email: string | null;
|
||||
};
|
||||
business?: {
|
||||
id?: string;
|
||||
name: string;
|
||||
email: string | null;
|
||||
logoStorageKey?: string | null;
|
||||
logoMimeType?: string | null;
|
||||
};
|
||||
items?: Array<{
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user