UNPKG

shrimpy-node-temp

Version:
6 lines (5 loc) 105 B
export interface IUser { expirationDate: Date | null; id: string; isEnabled: boolean; }