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';
export {
Response,
type Response,
OAuth,
RequestCanceledError,
isCancel,
detector,
MegalodonInterface,
type MegalodonInterface,
NotificationType,
FilterContext,
Misskey,
Entity,
type Entity,
Converter,
MastodonEntity,
MisskeyEntity,
type MastodonEntity,
type MisskeyEntity,
}