chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-13 10:18:40 +00:00
parent 809af5c590
commit d488e3fd2a
2 changed files with 40 additions and 10 deletions
+1 -6
View File
@@ -81,12 +81,7 @@ export class ValidationFailed extends Schema.TaggedErrorClass<ValidationFailed>(
message: Schema.String,
}) {}
export type Error =
| Auth.AuthError
| OauthMissing
| OauthCodeMissing
| OauthCallbackFailed
| ValidationFailed
export type Error = Auth.AuthError | OauthMissing | OauthCodeMissing | OauthCallbackFailed | ValidationFailed
type Hook = NonNullable<Hooks["auth"]>