UNPKG

symref

Version:

Static code checker for AI code agents (Windsurf, Cline, etc.)

10 lines 419 B
import { IUser, IUserService, INotificationService } from './types.js'; export declare class UserService implements IUserService { private notificationService; private users; constructor(notificationService: INotificationService); addUser(user: IUser): void; getUser(id: string): IUser | undefined; updateUserEmail(id: string, newEmail: string): void; } //# sourceMappingURL=UserService.d.ts.map