UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

13 lines 349 B
export interface DeveloperSettings { api_version?: string; publishable_key_renewal_count: number; } export declare namespace DeveloperSettings { const discriminator: string; const attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; } //# sourceMappingURL=developerSettings.d.ts.map