StepFetch: {
data?: string | null;
headers?: { [key: string]: string } | null;
json_data?: object | null;
status_code: number;
}
Type declaration
Optionaldata?: string | null
Optionalheaders?: { [key: string]: string } | null
Optionaljson_data?: object | null
status_code: number