add list of api permission, Update Note type
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user