UNPKG

@datadome/fraud-sdk-node

Version:

Fraud Protection - Node.js SDK

12 lines (11 loc) 231 B
import { Address } from "./address"; export interface User { id: string; title?: string; firstName?: string; lastName?: string; createdAt?: Date; phone?: string; email?: string; address?: Address; }