feat: make userId optional
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user