Simplify infrastructure to one container
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
import { Tenant } from './tenant.interface';
|
||||
|
||||
export interface User {
|
||||
id: number;
|
||||
email: string;
|
||||
first_name: string;
|
||||
last_name: string;
|
||||
tenant?: Tenant;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user