eliminate misskey-js lint warns

This commit is contained in:
kakkokari-gtyih
2024-07-27 11:56:58 +09:00
parent fa356fa149
commit 2e8866351c
2 changed files with 6 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import { type Endpoints } from './api.types.js';
import Stream, { Connection } from './streaming.js';
import type { StreamEvents, IStream, IChannelConnection } from './streaming.js';
import { type Channels } from './streaming.types.js';
import { type Acct } from './acct.js';
import type { StreamEvents, IStream, IChannelConnection } from './streaming.js';
import * as consts from './consts.js';
export type {