interface BrowserRequest {
    data: any;
    message: string;
}

Properties

Properties

data: any
message: string