Skip to content

Commit a947448

Browse files
committed
chore: knip
1 parent 3b4f0ee commit a947448

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

shared/schemas/oauth.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { object, string, pipe, url, array, minLength, boolean } from 'valibot'
2-
import type { InferOutput } from 'valibot'
32

43
export const OAuthMetadataSchema = object({
54
client_id: pipe(string(), url()),
@@ -12,5 +11,3 @@ export const OAuthMetadataSchema = object({
1211
token_endpoint_auth_method: string(),
1312
dpop_bound_access_tokens: boolean(),
1413
})
15-
16-
export type OAuthMetadata = InferOutput<typeof OAuthMetadataSchema>

0 commit comments

Comments
 (0)