diff --git a/src/index.ts b/src/index.ts index 32a4ce7..c8cb1d6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -25,6 +25,7 @@ import { Suco } from "./entity/suco"; import { LogPull } from "./entity/log_pull"; import { LogPullType, StatusLogPull } from "./types/pull"; import { Category } from "./entity/categories"; +import { CategorySource } from "./types/category_source"; export { User, @@ -55,5 +56,6 @@ export { LogPull, LogPullType, StatusLogPull, - Category + Category, + CategorySource }; \ No newline at end of file