NapCatQQ/packages/napcat-onebot/event/meta/index.ts
手瓜一十雪 ad76559f71 Add napcat-types package for unified type exports
Introduced the napcat-types package to aggregate and re-export all types, enums, and classes from napcat-core and napcat-onebot. Added external module shims, test files, and configuration for type-only distribution. Updated core and onebot packages to improve export granularity and fixed import paths for better modularity.
2026-01-26 11:33:22 +08:00

4 lines
113 B
TypeScript

export * from './OB11BaseMetaEvent';
export * from './OB11HeartbeatEvent';
export * from './OB11LifeCycleEvent';