gaurv007 commited on
Commit
5cd7d1f
·
verified ·
1 Parent(s): 49368b8

fix: add note field to ComplianceReg type

Browse files
Files changed (1) hide show
  1. web/lib/types.ts +1 -0
web/lib/types.ts CHANGED
@@ -51,6 +51,7 @@ export interface ComplianceReg {
51
  overall_status: string;
52
  negated_count?: number;
53
  ambiguous_count?: number;
 
54
  }
55
 
56
  export interface Redline {
 
51
  overall_status: string;
52
  negated_count?: number;
53
  ambiguous_count?: number;
54
+ note?: string;
55
  }
56
 
57
  export interface Redline {