refactor: rename role.options -> role.policies
This commit is contained in:
@@ -136,7 +136,7 @@ export class Role {
|
||||
@Column('jsonb', {
|
||||
default: { },
|
||||
})
|
||||
public options: Record<string, {
|
||||
public policies: Record<string, {
|
||||
useDefault: boolean;
|
||||
priority: number;
|
||||
value: any;
|
||||
|
Reference in New Issue
Block a user