UNPKG

shrimpy-node-temp

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