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

7 lines
198 B
TypeScript

export interface EasypostConfigOut {
}
export declare const EasypostConfigOutSerializer: {
_fromJsonObject(_object: any): EasypostConfigOut;
_toJsonObject(_self: EasypostConfigOut): any;
};