interface RailCompany {
    code: string;
    id: string;
    name: string;
}

Implemented by

Properties

Properties

code: string
id: string
name: string

Generated using TypeDoc