summary refs log tree commit diff
path: root/src/util/schemas/responses/WebAuthnCreateResponse.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-03-25 18:01:56 -0400
committerPuyodead1 <puyodead@proton.me>2023-04-13 15:39:31 -0400
commit860b9d583e720ba5e3d003e1eaca81faf22e360f (patch)
treed5c8301f756fe4e4a3b85dc7f58f6003f5f62c65 /src/util/schemas/responses/WebAuthnCreateResponse.ts
parentoapi: users progress (diff)
downloadserver-860b9d583e720ba5e3d003e1eaca81faf22e360f.tar.xz
oapi: finish users
Diffstat (limited to 'src/util/schemas/responses/WebAuthnCreateResponse.ts')
-rw-r--r--src/util/schemas/responses/WebAuthnCreateResponse.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/util/schemas/responses/WebAuthnCreateResponse.ts b/src/util/schemas/responses/WebAuthnCreateResponse.ts
new file mode 100644

index 00000000..9aa9e206 --- /dev/null +++ b/src/util/schemas/responses/WebAuthnCreateResponse.ts
@@ -0,0 +1,4 @@ +export interface WebAuthnCreateResponse { + name: string; + id: string; +}