mindee
    Preparing search index...

    Interface EndpointResponse

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

    Properties

    Properties

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