1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-25 07:24:16 +02:00
This commit is contained in:
tamaina
2023-05-21 14:06:11 +00:00
parent 0853b2fe42
commit 89480d9029
3 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { Endpoints } from './api.types.js';
import { Endpoints } from './endpoints.types.js';
import Stream, { Connection } from './streaming.js';
import { Channels } from './streaming.types.js';
import { Acct } from './acct.js';