Skip to content

Commit

Permalink
Follow up fix to typings from #7431 (#7434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayakoneval committed Mar 9, 2023
1 parent f841793 commit 198fc2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/server/src/plugin/landingPage/default/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ type InitialStateForEmbeds =
*/
collectionId: string;
operationId: string;
document?: never;
variables?: never;
headers?: never;
}
| InitialDocumentVariablesHeaders;

Expand Down

0 comments on commit 198fc2c

Please sign in to comment.