fix error when expanding conditional role
This commit is contained in:
Vendored
+12
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user