UNPKG

twisted

Version:
11 lines (10 loc) 211 B
export declare class GameCustomizationObjectDTO { /** * Category identifier for Game Customization */ category: string; /** * Game Customization content */ content: string; }