interface ProjectError {
    error: ErrorData;
    projectId: string;
    type: "error";
}

Hierarchy (View Summary)

Properties

Properties

error: ErrorData
projectId: string
type: "error"