EventMetadataDetails: PublicationMetadataCommon & {
    address?: PhysicalAddress;
    attachments?: AnyMedia[];
    content?: EncryptableMarkdown;
    endsAt: EncryptableDateTime;
    links?: EncryptableURI[];
    location: EncryptableURI | EncryptableString;
    mainContentFocus: EVENT;
    position?: EncryptableGeoURI;
    schedulingAdjustments?: SchedulingAdjustments;
    startsAt: EncryptableDateTime;
    title?: string;
}

Type declaration