export type MessagingServiceOperation = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; /** * Primary key set by the server. */ readonly id?: string; scanTypes: Array<'KAFKA_ALL' | 'CONFLUENT_SCHEMA_REGISTRY_SCHEMA' | 'SOLACE_ALL'>; destinations?: Array<'EVENT_PORTAL' | 'FILE_WRITER'>; readonly type?: string; };