UNPKG

contentful-management

Version:
8 lines (7 loc) 429 B
import type { RestEndpoint } from '../types'; export declare const get: RestEndpoint<'ApiKey', 'get'>; export declare const getMany: RestEndpoint<'ApiKey', 'getMany'>; export declare const create: RestEndpoint<'ApiKey', 'create'>; export declare const createWithId: RestEndpoint<'ApiKey', 'createWithId'>; export declare const update: RestEndpoint<'ApiKey', 'update'>; export declare const del: RestEndpoint<'ApiKey', 'delete'>;