From 860b9d583e720ba5e3d003e1eaca81faf22e360f Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sat, 25 Mar 2023 18:01:56 -0400 Subject: oapi: finish users --- src/util/schemas/responses/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/schemas/responses/index.ts') diff --git a/src/util/schemas/responses/index.ts b/src/util/schemas/responses/index.ts index 1f0e2aed..e75ab382 100644 --- a/src/util/schemas/responses/index.ts +++ b/src/util/schemas/responses/index.ts @@ -44,4 +44,5 @@ export * from "./UserProfileResponse"; export * from "./UserRelationshipsResponse"; export * from "./UserRelationsResponse"; export * from "./UserResponse"; +export * from "./WebAuthnCreateResponse"; export * from "./WebhookCreateResponse"; -- cgit 1.4.1