mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-03 00:19:05 +08:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
export * from './friend';
|
|
export * from './group';
|
|
export * from './user';
|
|
export * from './msg';
|
|
export * from './quick-action';
|