Interface iGetPluginSuccessResponse<T>

interface iGetPluginSuccessResponse<T> {
    bookmark?: string;
    plugins: iPluginDoc<T>[];
}

Type Parameters

Implemented by

Properties

Properties

bookmark?: string

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

plugins: iPluginDoc<T>[]