type IsMutatingAccessor = ValueAccessor<number> & object;type IsMutatingAccessor = ValueAccessor<number> & object;Defined in: packages/lit-query/src/useIsMutating.ts:17
Accessor returned by useIsMutating.
Call the accessor or read its current property to get the number of currently pending mutations that match the filters.
destroy: () => void;destroy: () => void;void