Remove references to old permissions field

This commit is contained in:
rijkvanzanten
2021-09-09 18:35:03 -04:00
parent 2aba8a6dd7
commit 90ef236fb8
3 changed files with 2 additions and 12 deletions

View File

@@ -7,5 +7,4 @@ export type Permission = {
validation: Record<string, any> | null;
presets: Record<string, any> | null;
fields: string[] | null;
limit: number | null;
};