UNPKG

contentful-management

Version:
4 lines (3 loc) 170 B
import type { RestEndpoint } from '../types'; export declare const get: RestEndpoint<'UIConfig', 'get'>; export declare const update: RestEndpoint<'UIConfig', 'update'>;