interface RailLineResponse {
    code: string;
    company: UnexpandedObject | RailCompany;
    id: string;
    name: string;
}

Hierarchy

  • Omit<RailLine, "companyId" | "company">
    • RailLineResponse

Properties

Properties

code: string
id: string
name: string

Generated using TypeDoc