export type Branding = {
    text?: string;
    logo?: string;
};
