fix error when expanding conditional role
This commit is contained in:
parent
b9109e5bb3
commit
1fcca626ca
3 changed files with 23 additions and 3 deletions
12
locales/index.d.ts
vendored
12
locales/index.d.ts
vendored
|
|
@ -13129,6 +13129,18 @@ export interface Locale extends ILocale {
|
|||
* The date is the IP address was first acknowledged.
|
||||
*/
|
||||
"ipTip": string;
|
||||
/**
|
||||
* Period
|
||||
*/
|
||||
"rolePeriod": string;
|
||||
/**
|
||||
* Assigned
|
||||
*/
|
||||
"roleAssigned": string;
|
||||
/**
|
||||
* automatic
|
||||
*/
|
||||
"roleAutomatic": string;
|
||||
/**
|
||||
* Translation timeout
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue