contentful-management
Version:
Client for Contentful's Content Management API
14 lines (13 loc) • 359 B
TypeScript
import { WidgetNamespace } from './types';
export declare const SidebarEntryConfiguration: {
widgetId: string;
widgetNamespace: WidgetNamespace;
name: string;
description: string;
}[];
export declare const SidebarAssetConfiguration: {
widgetId: string;
widgetNamespace: WidgetNamespace;
name: string;
description: string;
}[];