UNPKG

@xmobitea/gn-server

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