We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a214305 commit 4884554Copy full SHA for 4884554
packages/cli/src/lib/services/collections/policies/interfaces.ts
@@ -13,8 +13,8 @@ export interface DirectusPolicyAccess {
13
user?: string | null;
14
sort: number;
15
}
16
-export type PolicyRolesDiff = {
+export interface PolicyRolesDiff {
17
create: Partial<DirectusPolicyAccess>[];
18
update: Partial<DirectusPolicyAccess>[];
19
delete: number[];
20
-};
+}
0 commit comments