mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 12:36:57 +00:00
fix TS errors in megalodon
This commit is contained in:
parent
6b77c8b12b
commit
3198f34d4b
1 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue