8 lines
136 B
TypeScript
8 lines
136 B
TypeScript
/**
|
|
* Interface of the server (auto-generated code)
|
|
*/
|
|
export * from "./model";
|
|
export * from "./api";
|
|
export * from "./rest-tools";
|
|
|