feat: interface ScheduleRunSettings
This commit is contained in:
@@ -19,6 +19,11 @@ export interface CreateRunResponse {
|
|||||||
runId: string;
|
runId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface ScheduleRunResponse {
|
||||||
|
message: string;
|
||||||
|
runId: string;
|
||||||
|
}
|
||||||
|
|
||||||
export const MainPage = ({ handleEditRecording }: MainPageProps) => {
|
export const MainPage = ({ handleEditRecording }: MainPageProps) => {
|
||||||
|
|
||||||
const [content, setContent] = React.useState('recordings');
|
const [content, setContent] = React.useState('recordings');
|
||||||
|
|||||||
Reference in New Issue
Block a user