bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface iSearchUtilityPagesSuccessResponse<T>

    interface iSearchUtilityPagesSuccessResponse<T extends NumberType> {
        docs: (undefined | iUtilityPageDoc<T>)[];
        pagination: { bookmark: string; hasMore: boolean };
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    docs: (undefined | iUtilityPageDoc<T>)[]
    pagination: { bookmark: string; hasMore: boolean }