update entity

This commit is contained in:
2024-12-15 14:16:13 +07:00
parent 94849b1ba0
commit 4eb6cda520

View File

@ -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
};