UNPKG

dynamicpixels-typescript-sdk

Version:

This sdk will help you to connect your game's to the DynamicPixels

16 lines 338 B
export declare class User { id: number; name: string; email: string; phone_number: string; image: string; username: string; label: string; tags: string; is_ban: boolean; is_tester: boolean; is_guest: boolean; first_login: string; last_login: string; } //# sourceMappingURL=user.d.ts.map