chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-25 18:01:35 +00:00
parent eb0219988b
commit 3bc0c36ace
3 changed files with 19 additions and 22 deletions

View File

@@ -30,8 +30,7 @@ export const Info = Schema.Struct({
description: Schema.String,
location: Schema.String,
content: Schema.String,
})
.pipe(withStatics((s) => ({ zod: zod(s) })))
}).pipe(withStatics((s) => ({ zod: zod(s) })))
export type Info = Schema.Schema.Type<typeof Info>
export const InvalidError = NamedError.create(