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