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

@@ -107,6 +107,7 @@ export type Note = {
}[];
uri?: string;
url?: string;
isHidden?: boolean;
};
export type NoteReaction = {