contentful-management
Version:
Client for Contentful's Content Management API
7 lines (6 loc) • 399 B
TypeScript
import type { RestEndpoint } from '../types';
export declare const get: RestEndpoint<'ScheduledAction', 'get'>;
export declare const getMany: RestEndpoint<'ScheduledAction', 'getMany'>;
export declare const create: RestEndpoint<'ScheduledAction', 'create'>;
export declare const del: RestEndpoint<'ScheduledAction', 'delete'>;
export declare const update: RestEndpoint<'ScheduledAction', 'update'>;