Documentation
    Preparing search index...
    interface KeyflightSolutions {
        id: string;
        journeyLegId: string;
        segments: Segment[];
        totalDuration: number;
    }
    Index

    Properties

    id: string
    journeyLegId: string
    segments: Segment[]
    totalDuration: number