chore: generate
This commit is contained in:
parent
6015084fa2
commit
df147b65fd
25 changed files with 971 additions and 708 deletions
|
|
@ -11,8 +11,6 @@ export const PositiveInt = Schema.Int.check(Schema.isGreaterThan(0))
|
|||
*/
|
||||
export const NonNegativeInt = Schema.Int.check(Schema.isGreaterThanOrEqualTo(0))
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Optional public JSON field that can hold explicit `undefined` on the type
|
||||
* side but encodes it as an omitted key, matching legacy `JSON.stringify`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue