Type Alias QuickCommandStepFetchResponse
QuickCommandStepFetchResponse: { data?: string | null; headers?: { [key: string]: string } | null; method: Method2; slug: string; type: QuickCommandStepType; url: string;} Type declaration
Optionaldata?: string | null
Optionalheaders?: { [key: string]: string } | null
slug: string
url: string