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