UNPKG

contentful-management

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