UNPKG

contentful-management

Version:
6 lines (5 loc) 342 B
import type { GetContentTypeParams, MakeRequest } from '../common-types'; import type { ContentTypeProps } from '../entities/content-type'; export declare const omitAndDeleteField: (makeRequest: MakeRequest, { fieldId, ...params }: { fieldId: string; } & GetContentTypeParams, contentType: ContentTypeProps) => Promise<ContentTypeProps>;