Refine board notes, clipping evidence, and case reports
This commit is contained in:
+3
-1
@@ -67,9 +67,12 @@ export interface UploadedCaseDocument extends DocumentExhibit {
|
||||
analysis: DocumentUploadAnalysis
|
||||
}
|
||||
|
||||
export type NotePresentation = 'luggage' | 'lined_sheet'
|
||||
|
||||
export interface NoteExhibit extends ExhibitBase {
|
||||
type: 'note'
|
||||
content: string
|
||||
presentation: NotePresentation
|
||||
}
|
||||
|
||||
export interface EventExhibit extends ExhibitBase {
|
||||
@@ -221,7 +224,6 @@ export interface CaseReport {
|
||||
|
||||
export interface CaseReportSubmissionInput {
|
||||
investigatorName: string
|
||||
evidence: Array<Pick<CaseReportEvidence, 'connectionId' | 'documentExhibitId' | 'relationText' | 'publishedAt' | 'sourceCitation' | 'sourceUri'>>
|
||||
}
|
||||
|
||||
export interface CaseState {
|
||||
|
||||
Reference in New Issue
Block a user