@airwallex/node-sdk
Version:
Airwallex Node.js SDK
16 lines • 388 B
TypeScript
export interface RemoteAuthConfig {
created_at: Date;
default_action: string;
enabled: boolean;
updated_at: Date;
url: string;
}
export declare namespace RemoteAuthConfig {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=remoteAuthConfig.d.ts.map