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

    Interface iGetPluginsSuccessResponse<T>

    interface iGetPluginsSuccessResponse<T extends NumberType> {
        bookmark?: string;
        plugins: iPluginDoc<T>[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Properties

    bookmark?: string

    Bookmark for pagination of the plugins. Only applicable if fetching the directory.

    plugins: iPluginDoc<T>[]