feat: make isLogin optional field

This commit is contained in:
Rohit
2025-01-20 17:16:26 +05:30
parent 9738a0ef5b
commit f82344c0a2

View File

@@ -26,7 +26,7 @@ interface RobotAttributes {
google_access_token?: string | null;
google_refresh_token?: string | null;
schedule?: ScheduleConfig | null;
isLogin: boolean;
isLogin?: boolean;
}
interface ScheduleConfig {