Type Alias MutationStatus

MutationStatus:
    | "idle"
    | "pending"
    | "success"
    | "error"