1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-10 21:14:06 +02:00

add list of api permission, Update Note type

This commit is contained in:
syuilo
2021-11-11 21:59:50 +09:00
parent 7f3943f794
commit 714753d001
5 changed files with 46 additions and 1 deletions

View File

@@ -1,11 +1,13 @@
import { Endpoints } from './api.types';
import Stream from './streaming';
import { Acct } from './acct';
import { permissions } from './permissions';
export {
Endpoints,
Stream,
Acct
Acct,
permissions,
};
// api extractor not supported yet