mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-01-02 07:59: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';
|