feat: Add default ACL (#8701)
This commit is contained in:
@@ -19,6 +19,11 @@ export type Schema = {
|
||||
};
|
||||
|
||||
export type ClassLevelPermissions = {
|
||||
ACL?: {
|
||||
[string]: {
|
||||
[string]: boolean,
|
||||
},
|
||||
},
|
||||
find?: { [string]: boolean },
|
||||
count?: { [string]: boolean },
|
||||
get?: { [string]: boolean },
|
||||
|
||||
Reference in New Issue
Block a user