Spaces:
Sleeping
Sleeping
fix: add note field to ComplianceReg type
Browse files- 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 {
|