interface Password {
    attempts: number;
    expires: Date;
    hash: string;
}

Properties

Properties

attempts: number
expires: Date
hash: string