fix: use IntegrationSettings
This commit is contained in:
@@ -9,7 +9,7 @@ interface RecordingsProps {
|
|||||||
handleEditRecording: (fileName: string) => void;
|
handleEditRecording: (fileName: string) => void;
|
||||||
handleRunRecording: (settings: RunSettings) => void;
|
handleRunRecording: (settings: RunSettings) => void;
|
||||||
handleScheduleRecording: (settings: ScheduleSettings) => void;
|
handleScheduleRecording: (settings: ScheduleSettings) => void;
|
||||||
handleIntegrateRecording: (settings: ScheduleSettings) => void;
|
handleIntegrateRecording: (settings: IntegrationSettings) => void;
|
||||||
setFileName: (fileName: string) => void;
|
setFileName: (fileName: string) => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user