mirror of
https://github.com/HugeFrog24/shakethefrog.git
synced 2026-03-02 00:14:33 +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; |