deno.land / x / shacl_to_type@v0.0.9 / types / Person.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export type Person = { givenName: string, familyName: string, callSign: Array<string>, colleague?: Array<any>, description: Array<string>, abstract: Array<string>, birthDate?: Date, gender?: 'female' | 'male', address?: Array<Address>}

export type Address = { type: any, streetAddress: string, addressRegion: string, addressLocality: string, postalCode: string | number, addressCountry: string}
shacl_to_type

Version Info

Tagged at
a year ago