add table log pulls

This commit is contained in:
2024-12-11 15:41:48 +07:00
parent c98868defa
commit 14b7d85568
3 changed files with 67 additions and 1 deletions

View File

@ -21,6 +21,8 @@ import { District } from "./entity/district";
import { IncomeTier } from "./entity/income_tier";
import { Munisipo } from "./entity/munisipo";
import { Suco } from "./entity/suco";
import { LogPull } from "./entity/log_pull";
import { LogPullType, StatusLogPull } from "./types/pull";
export {
User,
@ -46,5 +48,8 @@ export {
District,
IncomeTier,
Munisipo,
Suco
Suco,
LogPull,
LogPullType,
StatusLogPull
};