contentful-management
Version:
Client for Contentful's Content Management API
6 lines (5 loc) • 303 B
TypeScript
import type { RestEndpoint } from '../types';
export declare const get: RestEndpoint<'AppBundle', 'get'>;
export declare const getMany: RestEndpoint<'AppBundle', 'getMany'>;
export declare const del: RestEndpoint<'AppBundle', 'delete'>;
export declare const create: RestEndpoint<'AppBundle', 'create'>;