7 lines
202 B
TypeScript
7 lines
202 B
TypeScript
export interface AirwallexConfigOut {
|
|
}
|
|
export declare const AirwallexConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): AirwallexConfigOut;
|
|
_toJsonObject(_self: AirwallexConfigOut): any;
|
|
};
|