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

    Type Alias PaginationQuery

    type PaginationQuery = {
        limit?: number;
        cursor?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    limit?: number
    cursor?: string