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