import { Item, UUID, Instant, OzoneType } from './Item' @OzoneType('event') export class Event extends Item { }