export type AppCache = {
    colorContrast: Record<string, number>;
};
