Example
export interface BrandingSettings {
colors?: {
primary?: string;
pageBackground?:
| string
| {
type: string;
start: string;
end: string;
angleDegree: number;
};
};
faviconUrl?: string;
logoUrl?: string;
fontUrl?: string;
}
Properties
object
string
string
string