fix: 'invalid kind provided' when defining usable type (#305)

This commit is contained in:
Ryan Hoerr
2025-11-13 19:55:59 -05:00
committed by Damien Retzinger
parent 5608271fe3
commit c05755261d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -5,6 +5,7 @@ export const KNOWN_KINDS = {
'currently-supported': true,
'latest': true,
'custom': true,
'usable': true,
'nightly': true,
'recent': true,
'all': true,