7 lines
194 B
TypeScript
7 lines
194 B
TypeScript
export interface SegmentConfigOut {
|
|
}
|
|
export declare const SegmentConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): SegmentConfigOut;
|
|
_toJsonObject(_self: SegmentConfigOut): any;
|
|
};
|