UNPKG

contentful-management

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