Type Alias IDocumentBackgroundOptions

IDocumentBackgroundOptions: {
    color?: string;
    themeColor?: string;
    themeShade?: string;
    themeTint?: string;
}