contentful-management
Version:
Client for Contentful's Content Management API
5 lines (4 loc) • 303 B
TypeScript
import type { RestEndpoint } from '../types';
export declare const getMany: RestEndpoint<'SpaceAddOn', 'getMany'>;
export declare const getManyForOrganization: RestEndpoint<'SpaceAddOn', 'getManyForOrganization'>;
export declare const updateAllocations: RestEndpoint<'SpaceAddOn', 'updateAllocations'>;