UNPKG

contentful-management

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