Home > @tridion-sites/extensions > MutationStatus
idle initial status prior to the mutation function executing. - loading if the mutation is currently executing. - error if the last mutation attempt resulted in an error. - success if the last mutation attempt was successful.Signature:
export type MutationStatus = 'idle' | 'pending' | 'success' | 'error';