Skip to content

Commit 79842bc

Browse files
committed
Fix: small inconsistency
1 parent d3efbbc commit 79842bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/solid-perms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export type Record<K extends keyof any, T> = {
4242

4343
export interface IPermissionListing {
4444
access: {
45-
agent?: null | Record<string, Access>,
45+
agent?: null | AgentAccess,
4646
group?: null | Record<string, Access>,
4747
public?: null | Access
4848
},

0 commit comments

Comments
 (0)