Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias ObjectMeta
import { type ObjectMeta } from "https://deno.land/x/shacl_to_type@v0.0.9/src/types.ts";
definition: { name: string; type: string; subject: string; properties?: Array<PropertyMeta>; }