UNPKG

shrimpy-node-temp

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