@patternmeshjs/core
    Preparing search index...

    Interface Page<T>

    interface Page<T> {
        cursor?: OpaqueCursor;
        items: readonly T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    cursor?: OpaqueCursor
    items: readonly T[]