import { PlainClientAPI } from 'contentful-management'; export type CMAClient = { agent: Pick; agentRun: Pick; appAction: Pick; appActionCall: Pick; appDefinition: Pick; appInstallation: Pick; asset: PlainClientAPI['asset']; assetKey: PlainClientAPI['assetKey']; appSignedRequest: Pick; bulkAction: PlainClientAPI['bulkAction']; comment: PlainClientAPI['comment']; contentType: PlainClientAPI['contentType']; editorInterface: PlainClientAPI['editorInterface']; environment: Pick; environmentAlias: Pick; entry: PlainClientAPI['entry']; locale: PlainClientAPI['locale']; release: PlainClientAPI['release']; releaseAction: PlainClientAPI['releaseAction']; role: Pick; scheduledActions: PlainClientAPI['scheduledActions']; snapshot: PlainClientAPI['snapshot']; space: Pick; upload: PlainClientAPI['upload']; user: Pick; usage: Pick; team: Pick; task: PlainClientAPI['task']; tag: PlainClientAPI['tag']; uiConfig: PlainClientAPI['uiConfig']; userUIConfig: PlainClientAPI['userUIConfig']; workflow: PlainClientAPI['workflow']; workflowDefinition: PlainClientAPI['workflowDefinition']; workflowsChangelog: PlainClientAPI['workflowsChangelog']; };