UNPKG

contentful-management

Version:
7 lines (6 loc) 374 B
import type { RestEndpoint } from '../types'; export declare const getMany: RestEndpoint<'Workflow', 'getMany'>; export declare const create: RestEndpoint<'Workflow', 'create'>; export declare const update: RestEndpoint<'Workflow', 'update'>; export declare const del: RestEndpoint<'Workflow', 'delete'>; export declare const complete: RestEndpoint<'Workflow', 'complete'>;