fix TS errors in megalodon

This commit is contained in:
Hazelnoot 2025-05-23 19:57:07 -04:00
parent 6b77c8b12b
commit 3198f34d4b

View file

@ -12,17 +12,17 @@ import MastodonEntity from './mastodon/entity';
import MisskeyEntity from './misskey/entity'; import MisskeyEntity from './misskey/entity';
export { export {
Response, type Response,
OAuth, OAuth,
RequestCanceledError, RequestCanceledError,
isCancel, isCancel,
detector, detector,
MegalodonInterface, type MegalodonInterface,
NotificationType, NotificationType,
FilterContext, FilterContext,
Misskey, Misskey,
Entity, type Entity,
Converter, Converter,
MastodonEntity, type MastodonEntity,
MisskeyEntity, type MisskeyEntity,
} }