fix TS errors in megalodon
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user