feat: make isLogin optional field
This commit is contained in:
@@ -26,7 +26,7 @@ interface RobotAttributes {
|
|||||||
google_access_token?: string | null;
|
google_access_token?: string | null;
|
||||||
google_refresh_token?: string | null;
|
google_refresh_token?: string | null;
|
||||||
schedule?: ScheduleConfig | null;
|
schedule?: ScheduleConfig | null;
|
||||||
isLogin: boolean;
|
isLogin?: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ScheduleConfig {
|
interface ScheduleConfig {
|
||||||
|
|||||||
Reference in New Issue
Block a user