contentful-management
Version:
Client for Contentful's Content Management API
7 lines (6 loc) • 443 B
TypeScript
import type { RestEndpoint } from '../types';
export declare const getForSpace: RestEndpoint<'User', 'getForSpace'>;
export declare const getCurrent: RestEndpoint<'User', 'getCurrent'>;
export declare const getManyForSpace: RestEndpoint<'User', 'getManyForSpace'>;
export declare const getForOrganization: RestEndpoint<'User', 'getForOrganization'>;
export declare const getManyForOrganization: RestEndpoint<'User', 'getManyForOrganization'>;