Skip to content

Commit 7cc4ae9

Browse files
committed
fix apiRequestOptions typeo
1 parent d6ba0eb commit 7cc4ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/core/ApiRequestOptions.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { TweedBaseContext } from '@paytweed/context';
66
export type ApiRequestOptions = {
77
readonly method: 'GET' | 'PUT' | 'POST' | 'DELETE' | 'OPTIONS' | 'HEAD' | 'PATCH';
88
readonly url: string;
9-
readonly context?: TweedBaseContext
9+
readonly context?: TweedBaseContext;
1010
readonly path?: Record<string, any>;
1111
readonly cookies?: Record<string, any>;
1212
readonly headers?: Record<string, any>;

0 commit comments

Comments
 (0)