init commit
This commit is contained in:
10
remotion/node_modules/@remotion/renderer/dist/options/webhook-custom-data.d.ts
generated
vendored
Normal file
10
remotion/node_modules/@remotion/renderer/dist/options/webhook-custom-data.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
export declare const webhookCustomDataOption: {
|
||||
name: string;
|
||||
cliFlag: "webhook-custom-data";
|
||||
description: (type: "cli" | "ssr") => import("react/jsx-runtime").JSX.Element;
|
||||
ssrName: "customData";
|
||||
docLink: string;
|
||||
type: Record<string, unknown> | null;
|
||||
getValue: () => never;
|
||||
setConfig: () => never;
|
||||
};
|
||||
Reference in New Issue
Block a user