@xmobitea/gn-typescript-client
Version:
GearN Typescript Client SDK by XmobiTea (Pro)
60 lines (59 loc) • 1.2 kB
TypeScript
export declare namespace GenericModels {
class AvatarItem {
type: number;
value: string;
}
class TagItem {
key: string;
value: string;
}
class BanItem {
tsExpire: number;
reason: string;
}
class DataItem {
key: string;
value: any;
}
class CurrencyItem {
key: string;
value: number;
}
class StatisticsItem {
key: string;
value: number;
}
class CharacterItem {
characterId: string;
catalogId: string;
}
class OwnerItem {
type: number;
id: string;
}
class RemoveStatusItem {
tsRemove: number;
reason?: string;
}
class InventoryItem {
itemId: string;
catalogId: string;
classId: string;
}
class GroupItem {
groupId: string;
catalogId: string;
status: number;
tsLastStatusUpdate: number;
}
class FriendItem {
friendId: string;
catalogId: string;
status: number;
tsLastStatusUpdate: number;
}
class MemberItem {
memberId: string;
status: number;
}
}