Skip to content

Commit 03e122e

Browse files
committed
remove unused types
1 parent 67a8b1e commit 03e122e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/shared/schema/us/types/fields.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,27 +67,16 @@ export interface EntryNavigationFields {
6767
}
6868

6969
export interface SharedEntryPermissions {
70-
copy: true;
71-
createEntryBinding: true;
72-
createLimitedEntryBinding: true;
7370
delete: true;
74-
limitedView: true;
75-
listAccessBindings: true;
7671
move: true;
7772
update: true;
78-
updateAccessBindings: true;
79-
view: true;
8073
}
8174

8275
export interface SharedEntryFields {
8376
collectionId: string;
84-
createdBy: string;
85-
updatedBy: string;
8677
updatedAt: string;
87-
createdAt: string;
8878
workbookId: string;
8979
scope: string;
90-
tenantId: string;
9180
type: string;
9281
key: string;
9382
entryId: string;

0 commit comments

Comments
 (0)