Interface ErrorMessage

interface ErrorMessage {
    data: { error: Error };
    kind: "error";
}

Hierarchy (View Summary)

Properties

Properties

data: { error: Error }
kind: "error"