upd
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { Company } from "./Company";
|
||||
|
||||
export interface Manager {
|
||||
id: string;
|
||||
email: string;
|
||||
fullname: string;
|
||||
companyId: string;
|
||||
company?: Company;
|
||||
}
|
||||
Reference in New Issue
Block a user