mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-25 09:51:58 +00:00
chore: generate
This commit is contained in:
parent
809af5c590
commit
d488e3fd2a
2 changed files with 40 additions and 10 deletions
|
|
@ -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"]>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue