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

    Variable useDeleteFutureBaselineCallsignScheduleConst

    useDeleteFutureBaselineCallsignSchedule: <TError = void, TContext = unknown>(
        options?: {
            mutation?: UseMutationOptions<
                Awaited<ReturnType<typeof deleteFutureBaselineCallsignSchedule>>,
                TError,
                { id: string },
                TContext,
            >;
            request?: SecondParameter<typeof apiClientMutator>;
        },
        queryClient?: QueryClient,
    ) => UseMutationResult<
        Awaited<ReturnType<typeof deleteFutureBaselineCallsignSchedule>>,
        TError,
        { id: string },
        TContext,
    >

    Type Declaration