interface DeleteWebAuthnCredentialInput {
    credentialId: string;
}

Properties

Properties

credentialId: string