Files
clawbot/skills/remotion-prompt-video/node_modules/@remotion/web-renderer/dist/send-telemetry-event.d.ts
T

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>;