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

@@ -2213,6 +2213,7 @@ type Note = {
}[];
uri?: string;
url?: string;
isHidden?: boolean;
};
// @public (undocumented)
@@ -2326,6 +2327,9 @@ type PageEvent = {
user: User;
};
// @public (undocumented)
export const permissions: string[];
// @public (undocumented)
type ServerInfo = {
machine: string;