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