No more use of any in Corporations.

This commit is contained in:
Olivier Gagnon
2021-08-31 13:04:33 -04:00
parent a2379b21ec
commit 7c9c4d3f4d
25 changed files with 240 additions and 119 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface Export {
ind: string;
city: string;
amt: string;
}