Skip to content

Commit 3f9a77e

Browse files
committed
chore: remove duplicate confidenceBand types
Signed-off-by: Mouad BANI <mouad-mb@outlook.com>
1 parent 966ffdb commit 3f9a77e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • services/apps/packages_worker/src/security-contacts

services/apps/packages_worker/src/security-contacts/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
import type { SecurityContactConfidence } from '@crowd/data-access-layer/src/osspckgs/api'
2+
13
export type ContactChannel = 'email' | 'github-pvr' | 'url' | 'github-handle' | 'web-form'
24

35
export type ContactRole = 'security-team' | 'maintainer' | 'admin' | 'committer' | 'org-owner'
46

5-
export type ConfidenceBand = 'PRIMARY' | 'SECONDARY' | 'FALLBACK' | 'NONE'
7+
export type ConfidenceBand = SecurityContactConfidence
68

79
export type SourceTier = 'A' | 'B' | 'C' | 'D'
810

0 commit comments

Comments
 (0)