UNPKG

ng2-formobject

Version:

Create forms from objects with Angular2

7 lines (6 loc) 106 B
/** * Created by haiko on 13-6-16. */ export interface ValidationResult { [key: string]: boolean; }