VideoGenDataSchema
This content is not available in your language yet.
const VideoGenDataSchema: z.ZodObject<{ billedSeconds: z.ZodNumber; errorCode: z.ZodOptional<z.ZodString>; model: z.ZodString; taskId: z.ZodOptional<z.ZodString>; videoCount: z.ZodNumber; videos: z.ZodArray<z.ZodObject<{ url: z.ZodString; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ url: z.ZodString; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ url: z.ZodString; }, z.ZodTypeAny, "passthrough">>, "many">;}, "passthrough", z.ZodTypeAny, z.objectOutputType<{ billedSeconds: z.ZodNumber; errorCode: z.ZodOptional<z.ZodString>; model: z.ZodString; taskId: z.ZodOptional<z.ZodString>; videoCount: z.ZodNumber; videos: z.ZodArray<z.ZodObject<{ url: z.ZodString; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ url: z.ZodString; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ url: z.ZodString; }, z.ZodTypeAny, "passthrough">>, "many">;}, z.ZodTypeAny, "passthrough">, z.objectInputType<{ billedSeconds: z.ZodNumber; errorCode: z.ZodOptional<z.ZodString>; model: z.ZodString; taskId: z.ZodOptional<z.ZodString>; videoCount: z.ZodNumber; videos: z.ZodArray<z.ZodObject<{ url: z.ZodString; }, "passthrough", z.ZodTypeAny, z.objectOutputType<{ url: z.ZodString; }, z.ZodTypeAny, "passthrough">, z.objectInputType<{ url: z.ZodString; }, z.ZodTypeAny, "passthrough">>, "many">;}, z.ZodTypeAny, "passthrough">>;VideoGenData 的 zod schema(passthrough 容未知键)。
Was this page helpful?
Thanks for your feedback.