UNPKG

contentful-management

Version:
7 lines (6 loc) 459 B
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'>;