Interface iGetPluginsSuccessResponse<T>

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

Type Parameters

Hierarchy (View Summary, Expand)

Implemented by

Properties

Properties

bookmark?: string

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

plugins: iPluginDoc<T>[]
MMNEPVFCICPMFPCPTTAAATR