vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface SessionLogEntry

    interface SessionLogEntry {
        count: number;
        hash: string;
        index: number;
        request: HttpRequestInfo;
        response: HttpResponse;
    }
    Index

    Properties

    count: number
    hash: string
    index: number
    response: HttpResponse