import { ISOTimeStamp } from "../../browser/date/ISOTimeStamp"; export class Token { id:string; expires:ISOTimeStamp; hashedIP:string; }