Files
chat/server/plugins/com.msgbyte.saleschat/models/index.ts

31 lines
773 B
TypeScript
Raw Normal View History

2026-04-25 16:36:34 +08:00
/**
*
* TypeGoose + TimeStamps Tailchat
*/
export {
default as InviteModel,
type InviteDocument,
type InviteModel as InviteModelType,
} from './invite';
export {
default as StatsModel,
type StatsDocument,
type StatsModel as StatsModelType,
} from './stats';
export {
default as AccessLogModel,
type AccessLogDocument,
type AccessLogModel as AccessLogModelType,
} from './accesslog';
export {
default as KickRecordModel,
type KickRecordDocument,
type KickRecordModel as KickRecordModelType,
} from './kickrecord';
export {
default as DeletionRecordModel,
type DeletionRecordDocument,
type DeletionRecordModel as DeletionRecordModelType,
} from './deletionrecord';