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 89bc57f commit d4ab773Copy full SHA for d4ab773
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