Type Alias OrganizationBranding

OrganizationBranding: {
    colors?: OrganizationBrandingColors | null;
    logo_url?: string;
}

Type declaration