contentful-management
Version:
Client for Contentful's Content Management API
9 lines (8 loc) • 509 B
TypeScript
import type { RestEndpoint } from '../types';
export declare const getMany: RestEndpoint<'Component', 'getMany'>;
export declare const get: RestEndpoint<'Component', 'get'>;
export declare const create: RestEndpoint<'Component', 'create'>;
export declare const upsert: RestEndpoint<'Component', 'upsert'>;
export declare const del: RestEndpoint<'Component', 'delete'>;
export declare const publish: RestEndpoint<'Component', 'publish'>;
export declare const unpublish: RestEndpoint<'Component', 'unpublish'>;