@disputas/types
Advanced tools
Comparing version 1.0.4 to 1.0.5
14
index.ts
@@ -78,4 +78,16 @@ export type AnnotationType = "comment" | "annotation"; | ||
type AnalysisElement = Annotation | Proposition | Argument | Comment | Category; | ||
export type Edge = { | ||
name: string; | ||
color: string; | ||
id: string; | ||
}; | ||
type AnalysisElement = | ||
| Annotation | ||
| Proposition | ||
| Argument | ||
| Comment | ||
| Category | ||
| Edge; | ||
export interface AnalysisCollection<T extends AnalysisElement> { | ||
@@ -82,0 +94,0 @@ byId: { [key: string]: T }; |
{ | ||
"name": "@disputas/types", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Type declarations for Disputas services", | ||
@@ -5,0 +5,0 @@ "main": "index.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3161
120