UNPKG

contentful-management

Version:
5 lines (4 loc) 258 B
import type { RestEndpoint } from '../types'; export declare const get: RestEndpoint<'EditorInterface', 'get'>; export declare const getMany: RestEndpoint<'EditorInterface', 'getMany'>; export declare const update: RestEndpoint<'EditorInterface', 'update'>;