@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Interface Request<T>

    Request for documents in the DB

    interface Request<T> {
        path: Path;
        requestType: RequestType;
        type: Type<T>;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Properties

    Properties

    path: Path

    Path to the ressource

    requestType: RequestType

    Type of the request

    type: Type<T>

    Type of the ressource