@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 370 B
TypeScript
export interface OauthReqApiDto {
redirect_uri: string;
response_type: string;
scope: Array<string>;
state?: string;
}
export declare namespace OauthReqApiDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=oauthReqApiDto.d.ts.map