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

8 lines
206 B
TypeScript

export interface HttpPatchConfig {
url?: string;
}
export declare const HttpPatchConfigSerializer: {
_fromJsonObject(object: any): HttpPatchConfig;
_toJsonObject(self: HttpPatchConfig): any;
};