ai-tube / src /lib /utils /getInitialRenderedScene.ts
jbilcke's picture
working to improve the clap format
f42b4a1
raw
history blame
No virus
226 Bytes
import { RenderedScene } from "@/types/general"
export const getInitialRenderedScene = (): RenderedScene => ({
renderId: "",
status: "to_generate",
assetUrl: "",
alt: "",
error: "",
maskUrl: "",
segments: []
})