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