UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

12 lines (11 loc) 271 B
import { Bone } from '../util/leoric.ts'; export declare class WebauthnCredential extends Bone { id: bigint; createdAt: Date; updatedAt: Date; wancId: string; userId: string; credentialId: string; publicKey: string; browserType: string; }