UNPKG

shrimpy-node-temp

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