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 d6ba0eb commit 7cc4ae9Copy full SHA for 7cc4ae9
src/templates/core/ApiRequestOptions.hbs
@@ -6,7 +6,7 @@ import { TweedBaseContext } from '@paytweed/context';
6
export type ApiRequestOptions = {
7
readonly method: 'GET' | 'PUT' | 'POST' | 'DELETE' | 'OPTIONS' | 'HEAD' | 'PATCH';
8
readonly url: string;
9
- readonly context?: TweedBaseContext
+ readonly context?: TweedBaseContext;
10
readonly path?: Record<string, any>;
11
readonly cookies?: Record<string, any>;
12
readonly headers?: Record<string, any>;
0 commit comments