UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

4 lines (3 loc) 210 B
import type { DeleteStaticFileResponse } from '@remotion/studio-shared'; export declare const deleteStaticFile: (relativePath: string) => Promise<DeleteStaticFileResponse>; export { DeleteStaticFileResponse };