ロールの各オプションに優先度を設定できるように
This commit is contained in:
parent
d0157b3bfd
commit
518b3e2f73
5 changed files with 160 additions and 114 deletions
|
@ -138,6 +138,7 @@ export class Role {
|
|||
})
|
||||
public options: Record<string, {
|
||||
useDefault: boolean;
|
||||
priority: number;
|
||||
value: any;
|
||||
}>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue