Type Alias JsonBodyInputWithValue
JsonBodyInputWithValue: {
headerField?: boolean;
key: string;
label: string;
type: string;
value: string | number | boolean;
}
Type declaration
Optional
headerField?: boolean
key: string
label: string
type: string
value: string | number | boolean