UNPKG

contentful-management

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