Skip to content

API Documentation / @pinia/colada / MutationCache

Type Alias: MutationCache

ts
type MutationCache = ReturnType<typeof useMutationCache>;

The cache of the mutations. It's the store returned by useMutationCache.

Released under the MIT License.