UNPKG

contentful-management

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