mirror of
https://github.com/cloudmaker97/TikTok-mGBA-Emulator.git
synced 2025-12-05 23:48:38 +00:00
4 lines
No EOL
63 B
TypeScript
4 lines
No EOL
63 B
TypeScript
export interface IUser {
|
|
id: number;
|
|
credits: number;
|
|
} |