UNPKG

dynamicpixels-typescript-sdk

Version:

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

23 lines 492 B
export declare class Party { id: number; name: string; desc: string; image: string; max_member_count: number; is_private: boolean; teams: string; channels: string; variables: Map<string, any>; } export declare class PartyMember { id: number; name: string; image: string; username: string; role: number; status: number; variables: Map<string, any>; teams: string; channels: string[]; } //# sourceMappingURL=party.d.ts.map