UNPKG

tibas-form-json-generator

Version:

Fully configured form generator via JSON data with a custom template for each attribute + onChange events.

10 lines (9 loc) 277 B
import { AttributeModel } from './attribute.model'; import { ChecklistModel } from './checklist.model'; export declare class FormModel { missionId: number; missionStatus: string; header: AttributeModel[]; body: ChecklistModel[]; footer: AttributeModel[]; }