UNPKG

contentful-management

Version:
4 lines (3 loc) 172 B
import type { RestEndpoint } from '../types'; export declare const get: RestEndpoint<'AgentRun', 'get'>; export declare const getMany: RestEndpoint<'AgentRun', 'getMany'>;