spacebar/src/util/schemas/responses/WebAuthnCreateResponse.ts
2023-04-13 15:39:31 -04:00

5 lines
72 B
TypeScript

export interface WebAuthnCreateResponse {
name: string;
id: string;
}