Skip to content

Commit

Permalink
update schema with findspot id
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed Nov 2, 2023
1 parent 8c89069 commit 9aa9dc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/fragmentarium/domain/archaeology.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ export interface Archaeology {
readonly excavationNumber?: string
readonly site?: ExcavationSite
readonly isRegularExcavation?: boolean
readonly findspotId?: number | null
readonly findspot?: Findspot | null
}

export interface ArchaeologyDto {
readonly excavationNumber?: string
readonly site?: SiteKey
readonly isRegularExcavation?: boolean
readonly findspotId?: number | null
readonly findspot?: any
}

Expand Down

0 comments on commit 9aa9dc7

Please sign in to comment.