@airwallex/node-sdk
Version:
Airwallex Node.js SDK
12 lines • 333 B
TypeScript
export interface DropInSDKAuthorizeResDTO {
authorization_code: string;
}
export declare namespace DropInSDKAuthorizeResDTO {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=dropInSDKAuthorizeResDTO.d.ts.map