UNPKG

contentful-management

Version:
5 lines (4 loc) 238 B
import type { RestEndpoint } from '../types'; export declare const get: RestEndpoint<'AppDetails', 'get'>; export declare const upsert: RestEndpoint<'AppDetails', 'upsert'>; export declare const del: RestEndpoint<'AppDetails', 'delete'>;