mirror of
https://github.com/HugeFrog24/shakethefrog.git
synced 2026-04-30 23:02:17 +00:00
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
import { appConfig } from '../config/app';
|
|
|
|
// Define skin types
|
|
export type SkinId = keyof typeof appConfig.skins; |