Files
shakethefrog/app/types/index.ts
T
HugeFrog24 02bb07e780 Bugfix
2026-04-26 17:40:52 +02:00

4 lines
115 B
TypeScript

import { appConfig } from '../config/app';
// Define skin types
export type SkinId = keyof typeof appConfig.skins;