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