UNPKG

contentful-management

Version:
9 lines (8 loc) 502 B
import type { RestEndpoint } from '../types'; export declare const getMany: RestEndpoint<'Fragment', 'getMany'>; export declare const get: RestEndpoint<'Fragment', 'get'>; export declare const create: RestEndpoint<'Fragment', 'create'>; export declare const upsert: RestEndpoint<'Fragment', 'upsert'>; export declare const del: RestEndpoint<'Fragment', 'delete'>; export declare const publish: RestEndpoint<'Fragment', 'publish'>; export declare const unpublish: RestEndpoint<'Fragment', 'unpublish'>;