UNPKG

shrimpy-node

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