contentful-management
Version:
Client for Contentful's Content Management API
5 lines (4 loc) • 310 B
TypeScript
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'>;