Interface EndpointResponse

interface EndpointResponse {
    data: {
        [key: string]: any;
    };
    messageObj: IncomingMessage;
}

Properties

Properties

data: {
    [key: string]: any;
}
messageObj: IncomingMessage