UNPKG

contentful-management

Version:
8 lines (7 loc) 433 B
import type { RestEndpoint } from '../types'; export declare const getMany: RestEndpoint<'Workflow', 'getMany'>; export declare const get: RestEndpoint<'Workflow', 'get'>; 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'>;