mirror of https://github.com/msgbyte/tailchat
chore: fix ci problem
parent
27e9969796
commit
1087f040c6
@ -1,9 +1,9 @@
|
||||
export {
|
||||
getModelForClass,
|
||||
prop,
|
||||
DocumentType,
|
||||
Ref,
|
||||
modelOptions,
|
||||
Severity,
|
||||
} from '@typegoose/typegoose';
|
||||
export { Base, TimeStamps } from '@typegoose/typegoose/lib/defaultClasses';
|
||||
export type { DocumentType, Ref } from '@typegoose/typegoose';
|
||||
export { TimeStamps } from '@typegoose/typegoose/lib/defaultClasses';
|
||||
export type { Base } from '@typegoose/typegoose/lib/defaultClasses';
|
||||
|
Loading…
Reference in New Issue