Type Alias JsonBodyInputWithValue

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