UNPKG

contentful-management

Version:
10 lines (9 loc) 583 B
import type { RestEndpoint } from '../types'; export declare const create: RestEndpoint<'Concept', 'create'>; export declare const update: RestEndpoint<'Concept', 'update'>; export declare const get: RestEndpoint<'Concept', 'get'>; export declare const del: RestEndpoint<'Concept', 'delete'>; export declare const getMany: RestEndpoint<'Concept', 'getMany'>; export declare const getDescendants: RestEndpoint<'Concept', 'getDescendants'>; export declare const getAncestors: RestEndpoint<'Concept', 'getAncestors'>; export declare const getTotal: RestEndpoint<'Concept', 'getTotal'>;