Hello, How can I define a schema to validate a Typescript Enum? For example, consider the following type script code. export enum MyEnum { FOO = "Foo", ...
確定! 回上一頁