Fix typo in net def

This commit is contained in:
Olivier Gagnon 2022-07-21 15:33:50 -04:00
parent 7f20dc2ee8
commit 590bc37db0

@ -1,7 +1,7 @@
/**
* @public
*/
export interface PossibleInfiltrationLocation[] {
export interface PossibleInfiltrationLocation {
city: string;
name: string;
}