Prepare Effect HttpApi backend parity (#24853)
This commit is contained in:
parent
65ba1f6c13
commit
6015084fa2
98 changed files with 4294 additions and 2770 deletions
|
|
@ -11,6 +11,8 @@ 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