@airwallex/node-sdk
Version:
Airwallex Node.js SDK
13 lines • 356 B
TypeScript
export interface ScaleWebSignUpSetting {
can_connect_existing_account: boolean;
enable: boolean;
}
export declare namespace ScaleWebSignUpSetting {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=scaleWebSignUpSetting.d.ts.map