UNPKG

contentful-management

Version:
5 lines (4 loc) 303 B
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'>;