UNPKG

contentful-management

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