Membrane React - v0.2.1
    Preparing search index...

    Interface DataCollectionSearchRequest

    interface DataCollectionSearchRequest {
        parameters?: Record<string, any>;
        query: string;
        cursor?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    parameters?: Record<string, any>
    query: string
    cursor?: string