mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Merge branch 'main' into column-description
This commit is contained in:
@@ -63,6 +63,7 @@ export interface IEditableMember {
|
||||
name: string;
|
||||
email: string;
|
||||
picture?: string|null;
|
||||
locale?: string|null;
|
||||
access: Observable<roles.Role|null>;
|
||||
parentAccess: roles.BasicRole|null;
|
||||
inheritedAccess: Computed<roles.BasicRole|null>;
|
||||
|
||||
Reference in New Issue
Block a user