init commit
This commit is contained in:
7
remotion/node_modules/@remotion/web-renderer/dist/send-telemetry-event.d.ts
generated
vendored
Normal file
7
remotion/node_modules/@remotion/web-renderer/dist/send-telemetry-event.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare const sendUsageEvent: ({ licenseKey, succeeded, apiName, isStill, isProduction, }: {
|
||||
licenseKey: string | null;
|
||||
succeeded: boolean;
|
||||
apiName: string;
|
||||
isStill: boolean;
|
||||
isProduction: boolean;
|
||||
}) => Promise<void>;
|
||||
Reference in New Issue
Block a user