Type Alias: FindingCode
FindingCode = typeof
FINDING_CODES[keyof typeofFINDING_CODES]
Discriminant union of every ConformanceFinding code. Enables
exhaustive switch narrowing (the switch-exhaustiveness-check lint rule).
FindingCode = typeof
FINDING_CODES[keyof typeofFINDING_CODES]
Discriminant union of every ConformanceFinding code. Enables
exhaustive switch narrowing (the switch-exhaustiveness-check lint rule).