feat: initialContent prop types

This commit is contained in:
amhsirak
2025-01-09 22:51:59 +05:30
parent 219913b99a
commit 3e9913dc98

View File

@@ -18,6 +18,7 @@ import { apiUrl } from "../apiConfig";
interface MainPageProps {
handleEditRecording: (id: string, fileName: string) => void;
initialContent: string;
}
export interface CreateRunResponse {