update entity
This commit is contained in:
@ -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
|
||||
};
|
||||
Reference in New Issue
Block a user