UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

8 lines (7 loc) 466 B
import type { GetPresetById, UpdatePreset, UpdatePresets } from "./presets.types.js"; import type { RequestBaseConfig } from "../utils/request.js"; export declare const getPreset: GetPresetById; export declare const getAllPresets: (config: RequestBaseConfig) => Promise<any[]>; export declare const createPreset: (p: any, config: RequestBaseConfig) => Promise<any>; export declare const updatePreset: UpdatePreset; export declare const updatePresets: UpdatePresets;