export interface ConstructorsData {
    id: string,
    wikiUrl: string,
    name: string,
    nationality: string
}