dotfiles/common/hellcooling/config/global.d.ts
2023-05-23 15:17:49 +02:00

7 lines
130 B
TypeScript

export {};
declare global {
const hh: {
constants: Record<string, string> & { categories: Record<string, string> };
};
}