feat: interface ScheduleRunSettings

This commit is contained in:
karishmas6
2024-09-13 08:00:59 +05:30
parent 77bef40d58
commit 30fe5a0e3e

View File

@@ -19,6 +19,11 @@ export interface CreateRunResponse {
runId: string;
}
export interface ScheduleRunResponse {
message: string;
runId: string;
}
export const MainPage = ({ handleEditRecording }: MainPageProps) => {
const [content, setContent] = React.useState('recordings');