Interface IFormField

interface IFormField {
    id: string;
    value: any;
}

Properties

Properties

id: string
value: any