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