UNPKG

contentful-management

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