interface TransferFlightWindow {
    end?: string;
    start?: string;
}

Properties

Properties

end?: string
start?: string