7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
export interface EasypostConfigOut {
|
|
}
|
|
export declare const EasypostConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): EasypostConfigOut;
|
|
_toJsonObject(_self: EasypostConfigOut): any;
|
|
};
|