UNPKG

shrimpy-node

Version:
7 lines (6 loc) 123 B
export interface IUserDto { expirationDate?: string; id: string; isEnabled: boolean; name: string; }