type MutationStateAccessor<TResult> = ValueAccessor<TResult[]> & object;type MutationStateAccessor<TResult> = ValueAccessor<TResult[]> & object;Defined in: packages/lit-query/src/useMutationState.ts:32
Accessor returned by useMutationState.
Call the accessor or read its current property to get the selected state for matching mutations.
destroy: () => void;destroy: () => void;Removes the controller from its Lit host and unsubscribes observers.
void
TResult