interface Error {
    message: string;
    name: string;
    stack?: string;
}

Properties

Properties

message: string
name: string
stack?: string