UNPKG

jspurefix

Version:
8 lines (6 loc) 268 B
import { SimpleFieldDefinition } from './simple-field-definition' export class CategorySimpleSet { public readonly simple: Map<string, SimpleFieldDefinition> = new Map<string, SimpleFieldDefinition>() constructor (public readonly category: string) { } }