feat: make userId optional

This commit is contained in:
karishmas6
2024-10-21 20:59:49 +05:30
parent 4c5018eae0
commit adaf9d0247

View File

@@ -19,7 +19,7 @@ interface RobotWorkflow {
interface RobotAttributes { interface RobotAttributes {
id: string; id: string;
userId: string; userId?: string;
recording_meta: RobotMeta; recording_meta: RobotMeta;
recording: RobotWorkflow; recording: RobotWorkflow;
google_sheet_email?: string | null; google_sheet_email?: string | null;