contentful-management
Version:
Client for Contentful's Content Management API
6 lines (5 loc) • 386 B
TypeScript
import type { RestEndpoint } from '../types';
export declare const getManyForEntry: RestEndpoint<'Snapshot', 'getManyForEntry'>;
export declare const getForEntry: RestEndpoint<'Snapshot', 'getForEntry'>;
export declare const getManyForContentType: RestEndpoint<'Snapshot', 'getManyForContentType'>;
export declare const getForContentType: RestEndpoint<'Snapshot', 'getForContentType'>;