mirror of
https://github.com/cloudmaker97/TikTok-mGBA-Emulator.git
synced 2025-12-06 07:58:38 +00:00
7 lines
No EOL
178 B
TypeScript
7 lines
No EOL
178 B
TypeScript
export class UserGift {
|
|
private giftId: number;
|
|
private repeatCount: number;
|
|
private repeatEnd: boolean;
|
|
private messageId: string;
|
|
private createdAt: Date;
|
|
} |