Interface returned when type validation succeeds
Returned when the input value perfectly conforms to the specified type T. Since success is true, TypeScript's type guard allows safe access to the validated data through the data property.
The validated type
The validated data of type T
Indicates validation success
Interface returned when type validation succeeds
Returned when the input value perfectly conforms to the specified type T. Since success is true, TypeScript's type guard allows safe access to the validated data through the data property.