UNPKG

cnpmcore

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