export interface Branding { logoUrl?: string; colors?: { primary?: string; pageBackground?: string; }; }
Was this page helpful?