interface Field {
    name: string;
    type: string;
}

Properties

Properties

name: string
type: string