diff --git a/src/components/molecules/RobotSettings.tsx b/src/components/molecules/RobotSettings.tsx index 28c32bc6..453a8957 100644 --- a/src/components/molecules/RobotSettings.tsx +++ b/src/components/molecules/RobotSettings.tsx @@ -34,7 +34,7 @@ interface ScheduleConfig { cronExpression?: string; } -interface RobotSettings { +export interface RobotSettings { id: string; userId?: number; recording_meta: RobotMeta; @@ -92,6 +92,12 @@ export const RobotSettingsModal = ({ isOpen, handleStart, handleClose, initialSe disabled style={{ marginBottom: '20px' }} /> + ) }