Interface OfficeCustomization

interface OfficeCustomization {
    fullLogo?: string;
    primaryColor?: string;
    secondaryColor?: string;
    topBarLogo?: string;
}

Properties

fullLogo?: string
primaryColor?: string
secondaryColor?: string
topBarLogo?: string