Input and Output
In order to perform type validation, we create two interfaces Input
and Output
.
They are empty interfaces or "Marker interfaces"
It's used for runtime type checks.
Last updated
In order to perform type validation, we create two interfaces Input
and Output
.
They are empty interfaces or "Marker interfaces"
It's used for runtime type checks.
Last updated