mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import "reflect-metadata";
|
|
|
|
export * from "./util/index";
|
|
export * from "./interfaces/index";
|
|
export * from "./entities/index";
|
|
export * from "./dtos/index";
|