Merge pull request #3948 from phyzical/hotfix/3938

HOTFIX: Fix infil definitions.d.ts
This commit is contained in:
hydroflame 2022-08-09 12:00:28 -03:00 committed by GitHub
commit 383c48c02e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4281,7 +4281,7 @@ export interface InfiltrationReward {
* @public
*/
export interface ILocation {
city: CityName | null;
city: string;
name: string;
}