@airwallex/node-sdk
Version:
Airwallex Node.js SDK
13 lines • 330 B
TypeScript
export interface PlaidAuthResponse {
expires_at?: string;
link_token?: string;
}
export declare namespace PlaidAuthResponse {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=plaidAuthResponse.d.ts.map