We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011837c commit abe9fc3Copy full SHA for abe9fc3
src/shim/objects/request.ts
@@ -9,7 +9,7 @@ export type TrufosRequest = {
9
parentId: string;
10
type: 'request';
11
title: string;
12
- url: TrufosURL; // unified URL abstraction
+ url: TrufosURL;
13
method: RequestMethod;
14
headers: TrufosHeader[];
15
body: RequestBody;
0 commit comments