Files
FrenoCorp/node_modules/svix/dist/models/airwallexConfig.d.ts

8 lines
208 B
TypeScript

export interface AirwallexConfig {
secret: string;
}
export declare const AirwallexConfigSerializer: {
_fromJsonObject(object: any): AirwallexConfig;
_toJsonObject(self: AirwallexConfig): any;
};