UNPKG

jspurefix

Version:
8 lines (7 loc) 287 B
import { SimpleFieldDefinition } from './simple-field-definition'; import { Dictionary } from '../../collections'; export declare class CategorySimpleSet { readonly category: string; readonly simple: Dictionary<SimpleFieldDefinition>; constructor(category: string); }