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