Skip to content
TypeAliasTypes & Utilities@public

ValidationIssueCode

ts
export type ValidationIssueCode = 'duplicate_id' | 'invalid_type' | 'invalid_value' | 'missing_value' | 'unsupported_version'

Released under the MIT License.