// 로그인 기록 export interface LoginLog { id: number; success: boolean; ipAddress: string; userAgent: string; createdAt: string; }