Files
asphyxia-core_plugins/popn-hello@asphyxia/models/profile.ts
T

12 lines
204 B
TypeScript

export interface Profile {
collection: 'profile',
unlockAll: boolean;
history: {
chara: number;
level: number;
mid: number;
style: number;
};
charas: { [id: string]: number };
}