Documentation
    Preparing search index...
    interface Flight {
        dates: string[];
        locationCodeArv: string;
        locationCodeDep: string;
        times: any[];
    }
    Index

    Properties

    dates: string[]
    locationCodeArv: string
    locationCodeDep: string
    times: any[]