feat: initialContent prop types
This commit is contained in:
@@ -18,6 +18,7 @@ import { apiUrl } from "../apiConfig";
|
|||||||
|
|
||||||
interface MainPageProps {
|
interface MainPageProps {
|
||||||
handleEditRecording: (id: string, fileName: string) => void;
|
handleEditRecording: (id: string, fileName: string) => void;
|
||||||
|
initialContent: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CreateRunResponse {
|
export interface CreateRunResponse {
|
||||||
|
|||||||
Reference in New Issue
Block a user