TenantAtlas/apps/platform/.pnpm-store/v10/files/06/af296867b7617f8a721c2d1dcdc920e91e113360faa55819db32f17fe5258c3d0d9c29312a0832510249926111ca2bea437acb5b0f7e1235dbda04997b09e4
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

7 lines
186 B
Plaintext

type Colors = {
[key: string | number]: string | Colors;
};
declare function flattenColorPalette(colors: Colors): Record<string, string>;
export { flattenColorPalette as default };