Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Oct 10, 2024
1 parent e406944 commit 6d63079
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const IMDB_API_DEFINITION: APIV1Read.ApiDefinition = {
name: "Movie",
shape: {
type: "object",
extraProperties: undefined,
extends: [],
properties: [
{
Expand Down Expand Up @@ -75,6 +76,7 @@ export const IMDB_API_DEFINITION: APIV1Read.ApiDefinition = {
name: "DetailedMovieReview",
shape: {
type: "object",
extraProperties: undefined,
extends: [],
properties: [
{
Expand Down Expand Up @@ -130,6 +132,7 @@ export const IMDB_API_DEFINITION: APIV1Read.ApiDefinition = {
name: "AgressiveMovieReview",
shape: {
type: "object",
extraProperties: undefined,
extends: [],
properties: [
{
Expand Down Expand Up @@ -244,6 +247,7 @@ export const IMDB_API_DEFINITION: APIV1Read.ApiDefinition = {
name: "CreateMovieRequest",
shape: {
type: "object",
extraProperties: undefined,
extends: [],
properties: [
{
Expand Down

0 comments on commit 6d63079

Please sign in to comment.