UNPKG

shrimpy-node

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