import { trait } from "@thilawyn/thilatrait" export const JsonifiableSchemable = () => trait(Parent => { abstract class JsonifiableSchemable extends Parent { } return JsonifiableSchemable })