mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-26 10:41:20 +08:00
5 lines
129 B
TypeScript
5 lines
129 B
TypeScript
export * from './friend';
|
|
export * from './group';
|
|
export * from './user';
|
|
export * from './msg';
|
|
export * from './quick-action'; |