@airwallex/node-sdk
Version:
Airwallex Node.js SDK
14 lines • 378 B
TypeScript
export interface DropInSDKAuthorizeReqDTO {
code_challenge: string;
identity?: string;
scope: Array<string>;
}
export declare namespace DropInSDKAuthorizeReqDTO {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=dropInSDKAuthorizeReqDTO.d.ts.map