We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f2046 commit a6916c1Copy full SHA for a6916c1
1 file changed
lib/types/cmaClient.types.ts
@@ -1,6 +1,8 @@
1
import { PlainClientAPI } from 'contentful-management'
2
3
export type CMAClient = {
4
+ agent: Pick<PlainClientAPI['agent'], 'get' | 'getMany' | 'generate'>
5
+ agentRun: Pick<PlainClientAPI['agentRun'], 'get' | 'getMany'>
6
appAction: Pick<PlainClientAPI['appAction'], 'get' | 'getMany' | 'getManyForEnvironment'>
7
appActionCall: Pick<
8
PlainClientAPI['appActionCall'],
0 commit comments