Skip to content

Commit 007becd

Browse files
committed
refactor(roles): rename oid to id
1 parent aa991a2 commit 007becd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/interfaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export namespace Roles {
1212
password: string
1313
valid_until: string
1414
config: string
15-
oid: number
15+
id: number
1616

1717
grants: Grant[]
1818
}

0 commit comments

Comments
 (0)