contentful-management
Version:
Client for Contentful's Content Management API
8 lines (7 loc) • 530 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'>;
export declare const get: RestEndpoint<'AppActionCall', 'get'>;
export declare const getResponse: RestEndpoint<'AppActionCall', 'getResponse'>;
export declare const createWithResult: RestEndpoint<'AppActionCall', 'createWithResult'>;