UNPKG

contentful-management

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