UNPKG

@xmobitea/gn-server

Version:

GearN Server by XmobiTea (Pro)

10 lines (9 loc) 223 B
export interface xItemCatalogSettings { catalogId: string; itemType: number; itemClassSettings: Array<xItemClassSettings>; } export interface xItemClassSettings { classId: string; description: string; }