@airwallex/node-sdk
Version:
Airwallex Node.js SDK
13 lines • 352 B
TypeScript
export interface SwitchableFeatureSetting {
default_value?: object;
enabled?: boolean;
}
export declare namespace SwitchableFeatureSetting {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=switchableFeatureSetting.d.ts.map