chore: generate
This commit is contained in:
parent
f91b73b938
commit
ff4b60e1f3
@ -19,11 +19,7 @@ const FindFileQuery = Schema.Struct({
|
||||
dirs: Schema.optional(Schema.Literals(["true", "false"])),
|
||||
type: Schema.optional(Schema.Literals(["file", "directory"])),
|
||||
limit: Schema.optional(
|
||||
Schema.NumberFromString.check(
|
||||
Schema.isInt(),
|
||||
Schema.isGreaterThanOrEqualTo(1),
|
||||
Schema.isLessThanOrEqualTo(200),
|
||||
),
|
||||
Schema.NumberFromString.check(Schema.isInt(), Schema.isGreaterThanOrEqualTo(1), Schema.isLessThanOrEqualTo(200)),
|
||||
),
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user