archetecture security fix
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { inviteEmployee, updateEmployeeRole, deactivateEmployee, reactivateEmployee, removeEmployee } from '../../services/teamService';
|
||||
export declare function getMembers(companyId: string): Promise<import("../../services/teamService").TeamMember[]>;
|
||||
export declare function getMemberStats(companyId: string): Promise<{
|
||||
total: number;
|
||||
active: number;
|
||||
pending: number;
|
||||
inactive: number;
|
||||
}>;
|
||||
export { inviteEmployee, updateEmployeeRole, deactivateEmployee, reactivateEmployee, removeEmployee };
|
||||
//# sourceMappingURL=team.service.d.ts.map
|
||||
Reference in New Issue
Block a user