types: fix missing entries in SelectionChance (#1564)

This commit is contained in:
Jon Häggblad
2022-08-25 14:06:54 +02:00
committed by GitHub
parent e1e20fb13e
commit 303b014a59
@@ -1 +1 @@
export type SelectionChance = 'VeryHigh' | 'Moderate' | 'Low';
export type SelectionChance = 'VeryHigh' | 'High' | 'Moderate' | 'Low' | 'VeryLow';