@mywebapi.com/sdk - v0.1.0
    Preparing search index...

    Interface PagingMeta

    interface PagingMeta {
        hasMore: boolean;
        nextCursor?: string | null;
    }
    Index

    Properties

    Properties

    hasMore: boolean
    nextCursor?: string | null