From 4eb6cda5203f2c1df155d87e08386b68ad832fda Mon Sep 17 00:00:00 2001 From: Abdul Rahman Reza Date: Sun, 15 Dec 2024 14:16:13 +0700 Subject: [PATCH] update entity --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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