add categories

This commit is contained in:
fro1991
2024-12-15 01:19:05 +07:00
parent 5d2835c779
commit a731b6ad5a
3 changed files with 73 additions and 1 deletions

View File

@ -24,6 +24,7 @@ import { Munisipo } from "./entity/munisipo";
import { Suco } from "./entity/suco";
import { LogPull } from "./entity/log_pull";
import { LogPullType, StatusLogPull } from "./types/pull";
import { Category } from "./entity/categories";
export {
User,
@ -53,5 +54,6 @@ export {
Suco,
LogPull,
LogPullType,
StatusLogPull
StatusLogPull,
Category
};