summary refs log tree commit diff
path: root/src/util/schemas/responses/WebAuthnCreateResponse.ts
blob: 9aa9e2066788b5f389f918c70b235e618c964d9e (plain) (blame)
1
2
3
4
export interface WebAuthnCreateResponse {
	name: string;
	id: string;
}