UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 289 B
export interface Token { expires_at?: string; token?: string; } export declare namespace Token { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=token.d.ts.map