UNPKG

shrimpy-node

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