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

    Variable getUpdateDailyCallsignScheduleMutationOptionsConst

    getUpdateDailyCallsignScheduleMutationOptions: <
        TError = unknown,
        TContext = unknown,
    >(
        options?: {
            mutation?: UseMutationOptions<
                Awaited<ReturnType<typeof updateDailyCallsignSchedule>>,
                TError,
                { data: UpdateDailyCallsignScheduleRequest; startDate: string },
                TContext,
            >;
            request?: SecondParameter<typeof apiClientMutator>;
        },
    ) => UseMutationOptions<
        Awaited<ReturnType<typeof updateDailyCallsignSchedule>>,
        TError,
        { data: UpdateDailyCallsignScheduleRequest; startDate: string },
        TContext,
    >

    Type Declaration