UNPKG

contensis-management-api

Version:

Client for managing content using the Contensis Management API

11 lines (10 loc) 255 B
export interface EventSubscriptionTopic { id?: string; resourceType?: string; event?: string[]; contentTypeId?: string[]; language?: string[]; owner?: string; workflowState?: string[]; workflowEvent?: string[]; }