sb-mig
Version:
CLI to rule the world. (and handle stuff related to Storyblok CMS)
9 lines (8 loc) • 489 B
TypeScript
import type { CreatePlugin, GetAllPlugins, GetPlugin, GetPluginDetails, UpdatePlugin } from "./plugins.types.js";
import type { SyncProvidedPlugins } from "./plugins.types.js";
export declare const getAllPlugins: GetAllPlugins;
export declare const getPlugin: GetPlugin;
export declare const getPluginDetails: GetPluginDetails;
export declare const updatePlugin: UpdatePlugin;
export declare const createPlugin: CreatePlugin;
export declare const syncProvidedPlugins: SyncProvidedPlugins;