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

层级 (查看完整内容)

属性

message: string
name: string
stack?: string