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