UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

12 lines 269 B
export interface IFieldDef { name: string; title: string; column: string; type: string; required: boolean; disabled: boolean; hidden: boolean; blinkOnProject: boolean; value?: any; } //# sourceMappingURL=IFieldDef.d.ts.map