update entity
This commit is contained in:
@ -25,6 +25,7 @@ import { Suco } from "./entity/suco";
|
|||||||
import { LogPull } from "./entity/log_pull";
|
import { LogPull } from "./entity/log_pull";
|
||||||
import { LogPullType, StatusLogPull } from "./types/pull";
|
import { LogPullType, StatusLogPull } from "./types/pull";
|
||||||
import { Category } from "./entity/categories";
|
import { Category } from "./entity/categories";
|
||||||
|
import { CategorySource } from "./types/category_source";
|
||||||
|
|
||||||
export {
|
export {
|
||||||
User,
|
User,
|
||||||
@ -55,5 +56,6 @@ export {
|
|||||||
LogPull,
|
LogPull,
|
||||||
LogPullType,
|
LogPullType,
|
||||||
StatusLogPull,
|
StatusLogPull,
|
||||||
Category
|
Category,
|
||||||
|
CategorySource
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user