Type Alias: MutationStatus MutationStatus = "idle" | "pending" | "error" | "success" Defined in: lib/mutation/mutation.ts:16