/** * Checks values of refetchAfterMutations public option and maps them to an object * @typedef {import('../index').RefetchAferMutationsData} RefetchAferMutationsData * * @param {RefetchAferMutationsData} refetchAfterMutations * @returns {object} */ export default function createRefetchMutationsMap(refetchAfterMutations: any): object; /** * Checks values of refetchAfterMutations public option and maps them to an object */ export type RefetchAferMutationsData = any;