/** * * `event` - Event * * `opportunity` - Opportunity * * `account` - Account * * `other` - Other */ export declare enum EventExternalObjectContentTypeEnum { EVENT = "event", OPPORTUNITY = "opportunity", ACCOUNT = "account", OTHER = "other" }