Type Alias JsonBodyInputWithValue

JsonBodyInputWithValue: {
    headerField?: boolean;
    key: string;
    label: string;
    type: string;
    value: string | number | boolean;
}