NapCatQQ/src/core/entities/index.ts
2024-08-09 14:09:42 +08:00

7 lines
149 B
TypeScript

export * from './user';
export * from './group';
export * from './msg';
export * from './notify';
export * from './cache';
export * from './system';