interface RailAreaResponse {
    code: string;
    id: string;
    lines: (UnexpandedObject | RailLineResponse)[];
    name: string;
}

Hierarchy

  • Omit<RailArea, "lineIds" | "lines">
    • RailAreaResponse

Properties

Properties

code: string
id: string
name: string

Generated using TypeDoc