UNPKG

@renegade-fi/core

Version:
10 lines 328 B
import { withdrawRequest, } from '../actions/withdrawRequest.js'; export function withdrawRequestMutationOptions(config) { return { mutationFn(variables) { return withdrawRequest(config, variables); }, mutationKey: ['withdrawRequest'], }; } //# sourceMappingURL=withdrawRequest.js.map