NapCatQQ/src/core/entities/index.ts

8 lines
175 B
TypeScript

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