import { FlowrApplication } from './FlowrApplication' import { Item, UUID, Instant, OzoneType } from './Item' @OzoneType('flowr.application.custom') export class FlowrApplicationCustom extends FlowrApplication { }