Files
story-studio/remotion/node_modules/@remotion/cli/dist/config/metadata.d.ts
2026-02-21 10:33:18 +01:00

3 lines
142 B
TypeScript

export declare const setMetadata: (metadata: Record<string, string>) => void;
export declare const getMetadata: () => Record<string, string>;