export type Colors = { user?: ColorElements; system?: ColorElements; admin?: ColorElements; }; export type ColorElements = { background?: string | null; text?: string | null; textLink?: string | null; backgroundLink?: string | null; bgTableHeader?: string | null; borderTable?: string | null; colorCreationTime?: string | null; };