Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias Address
import { type Address } from "https://deno.land/x/shacl_to_type@v0.0.9/types/Person.ts";
definition: { type: any; streetAddress: string; addressRegion: string; addressLocality: string; postalCode: string | number; addressCountry: string; }