import { File } from './File' import { Item, UUID, Instant, OzoneType } from './Item' @OzoneType('playlist') export class Playlist extends File { }