DEV Community

Discussion on: React TS Interface and API Calls

Collapse
 
peacebind profile image
peacebind

well, problem solved. The interface declaration should be like this:

interface InnerModel {
"ID Nation": string;
Nation: string;
"ID Year": number;
Year: string;
Population: number;
"Slug Nation": string;
}