ロールの各オプションに優先度を設定できるように
This commit is contained in:
@@ -138,6 +138,7 @@ export class Role {
|
||||
})
|
||||
public options: Record<string, {
|
||||
useDefault: boolean;
|
||||
priority: number;
|
||||
value: any;
|
||||
}>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user