add entity
This commit is contained in:
@ -26,6 +26,7 @@ import { LogPull } from "./entity/log_pull";
|
||||
import { LogPullType, StatusLogPull } from "./types/pull";
|
||||
import { Category } from "./entity/categories";
|
||||
import { CategorySource } from "./types/category_source";
|
||||
import { PullerStatus } from "./entity/puller_status";
|
||||
|
||||
export {
|
||||
User,
|
||||
@ -57,5 +58,6 @@ export {
|
||||
LogPullType,
|
||||
StatusLogPull,
|
||||
Category,
|
||||
CategorySource
|
||||
CategorySource,
|
||||
PullerStatus
|
||||
};
|
||||
Reference in New Issue
Block a user