Files
story-studio/remotion/node_modules/@remotion/web-renderer/dist/send-telemetry-event.d.ts
2026-02-21 10:33:18 +01:00

8 lines
246 B
TypeScript

export declare const sendUsageEvent: ({ licenseKey, succeeded, apiName, isStill, isProduction, }: {
licenseKey: string | null;
succeeded: boolean;
apiName: string;
isStill: boolean;
isProduction: boolean;
}) => Promise<void>;