export interface IPassportNonce { id: string; data: { deviceId: string; nonceHash: string; createdAt: number; expiresAt: number; }; }