Interface Car

Information about the car rules

interface Car {
    side: "left" | "right";
    signs: string[];
}

Properties

Properties

side: "left" | "right"

The side of the road the country drives on

signs: string[]

The country code displayed on the car plate