@transreport/pauk-staff-api
    Preparing search index...

    Variable getGetSimilarJourneysQueryOptionsConst

    getGetSimilarJourneysQueryOptions: <
        TData = Awaited<ReturnType<typeof getSimilarJourneys>>,
        TError = GetSimilarJourneys404,
    >(
        params: GetSimilarJourneysParams,
        options?: {
            query?: Partial<
                UseQueryOptions<
                    Awaited<ReturnType<typeof getSimilarJourneys>>,
                    TError,
                    TData,
                >,
            >;
            request?: SecondParameter<typeof apiClientMutator>;
        },
    ) => UseQueryOptions<
        Awaited<ReturnType<typeof getSimilarJourneys>>,
        TError,
        TData,
    > & { queryKey: DataTag<QueryKey, TData, TError> }

    Type Declaration