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

    Variable getDeleteFutureBaselineCallsignScheduleMutationOptionsConst

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

    Type Declaration