add list of api permission, Update Note type
This commit is contained in:
parent
7f3943f794
commit
714753d001
5 changed files with 46 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue