7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
export interface RutterConfigOut {
|
|
}
|
|
export declare const RutterConfigOutSerializer: {
|
|
_fromJsonObject(_object: any): RutterConfigOut;
|
|
_toJsonObject(_self: RutterConfigOut): any;
|
|
};
|