UNPKG

symref

Version:

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

12 lines 343 B
/** * ユーザーサービスクラス */ export declare class UserService { /** * ユーザーのメールアドレスを更新する * @param userId ユーザーID * @param email 新しいメールアドレス */ updateUserEmail(userId: string, email: string): void; } //# sourceMappingURL=UserService.d.ts.map