Interface ScreenErrorRequest

interface ScreenErrorRequest {
    message: string;
    stack?: string;
}

Properties

Properties

message: string
stack?: string