import type { CommonDescription } from './CommonDescription'; import type { CommonSolaceCloudObjectId } from './CommonSolaceCloudObjectId'; import type { CommonTimestampInteger } from './CommonTimestampInteger'; import type { CommonURL } from './CommonURL'; import type { CommonVersion } from './CommonVersion'; export declare type EventAPIProduct = { createdTime?: CommonTimestampInteger; updatedTime?: CommonTimestampInteger; createdBy?: CommonSolaceCloudObjectId; changedBy?: CommonSolaceCloudObjectId; id: CommonSolaceCloudObjectId; virtualBrokerId?: CommonSolaceCloudObjectId; description?: CommonDescription; name: string; published?: boolean; publishedTime?: CommonTimestampInteger; serverUrl?: CommonURL; serverProtocol?: string; summary?: CommonDescription; unpublishedTime?: CommonTimestampInteger; version?: CommonVersion; numberOfEvents?: number; websiteUrl?: CommonURL; restUrlJson?: CommonURL; restUrlYaml?: CommonURL; type: string; };