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 d3efbbc commit 79842bcCopy full SHA for 79842bc
src/commands/solid-perms.ts
@@ -42,7 +42,7 @@ export type Record<K extends keyof any, T> = {
42
43
export interface IPermissionListing {
44
access: {
45
- agent?: null | Record<string, Access>,
+ agent?: null | AgentAccess,
46
group?: null | Record<string, Access>,
47
public?: null | Access
48
},
0 commit comments