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

    Interface FindDataLinksResponse

    interface FindDataLinksResponse {
        items: DataLink[];
        cursor?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    items: DataLink[]
    cursor?: string