export default interface UserEntityI { username?: string; password?: string; id?: string | number; type?: string; }