Type Alias ExtsyncResponse
ExtsyncResponse: { body?: JSONValue; code?: number; headers: Record<string, string>; meta?: Meta; method?: string; request?: JSONValue | string; uri?: string;} Type declaration
Optional
code?: number
headers: Record<string, string>
Optional
meta?: Meta
Optional
method?: string
Optional
request?: JSONValue | string
Optional
uri?: string