Add new definition and update tests to reflect
This commit is contained in:
@@ -26,4 +26,5 @@ export type ClassLevelPermissions = {
|
||||
addField?: { [string]: boolean },
|
||||
readUserFields?: string[],
|
||||
writeUserFields?: string[],
|
||||
protectedFields?: { [string]: boolean },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user