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

7 lines
194 B
TypeScript

export interface SegmentConfigOut {
}
export declare const SegmentConfigOutSerializer: {
_fromJsonObject(_object: any): SegmentConfigOut;
_toJsonObject(_self: SegmentConfigOut): any;
};