diff --git a/packages/megalodon/src/index.ts b/packages/megalodon/src/index.ts index bacd0574d4..8971803392 100644 --- a/packages/megalodon/src/index.ts +++ b/packages/megalodon/src/index.ts @@ -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, }