Skip to content

Commit

Permalink
Leonardo-Interactive#80 fix no object in createSVDMotion
Browse files Browse the repository at this point in the history
  • Loading branch information
aivanouski authored May 16, 2024
1 parent 747223c commit eb30980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sdk/models/operations/createsvdmotiongeneration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export type MotionSvdGenerationOutput = {
* Responses for POST /generations-motion-svd
*/
export type CreateSVDMotionGenerationResponseBody = {
sdGenerationJob?: MotionSvdGenerationOutput | null | undefined;
motionSvdGenerationJob?: MotionSvdGenerationOutput | null | undefined;
};

export type CreateSVDMotionGenerationResponse = {
Expand Down

0 comments on commit eb30980

Please sign in to comment.