UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 260 B
import type { ApiRoutes } from '@remotion/studio-shared'; export declare const callApi: <Endpoint extends keyof ApiRoutes>(endpoint: Endpoint, body: ApiRoutes[Endpoint]["Request"], signal?: AbortSignal | undefined) => Promise<ApiRoutes[Endpoint]["Response"]>;