contentful-management
Version:
Client for Contentful's Content Management API
5 lines (4 loc) • 296 B
TypeScript
import type { RestEndpoint } from '../types';
export declare const create: RestEndpoint<'AppActionCall', 'create'>;
export declare const getCallDetails: RestEndpoint<'AppActionCall', 'getCallDetails'>;
export declare const createWithResponse: RestEndpoint<'AppActionCall', 'createWithResponse'>;