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';
|
||||
|
||||
export {
|
||||
Response,
|
||||
type Response,
|
||||
OAuth,
|
||||
RequestCanceledError,
|
||||
isCancel,
|
||||
detector,
|
||||
MegalodonInterface,
|
||||
type MegalodonInterface,
|
||||
NotificationType,
|
||||
FilterContext,
|
||||
Misskey,
|
||||
Entity,
|
||||
type Entity,
|
||||
Converter,
|
||||
MastodonEntity,
|
||||
MisskeyEntity,
|
||||
type MastodonEntity,
|
||||
type MisskeyEntity,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue