mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-12-29 21:09:03 +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'; |