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 878ad9a commit b0e32c9Copy full SHA for b0e32c9
src/providers/types.ts
@@ -50,7 +50,7 @@ export interface ProviderAPIConfig {
50
gatewayRequestBody: Params;
51
}) => string;
52
/** A function to determine if the request body should be transformed to form data */
53
- transformToFormData: (args: { gatewayRequestBody: Params }) => boolean;
+ transformToFormData?: (args: { gatewayRequestBody: Params }) => boolean;
54
}
55
56
export type endpointStrings =
0 commit comments