Skip to content

Commit

Permalink
chore: add dependencies to render config type (#1096)
Browse files Browse the repository at this point in the history
Co-authored-by: David Lopez <lopezbnd@amazon.com>
  • Loading branch information
letsbelopez and David Lopez authored Sep 22, 2023
1 parent 1062bf8 commit 7cf4c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/codegen-ui-react/lib/react-render-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export type ReactRenderConfig = FrameworkRenderConfig & {
renderTypeDeclarations?: boolean;
inlineSourceMap?: boolean;
apiConfiguration?: GraphqlRenderConfig | DataStoreRenderConfig | NoApiRenderConfig;
dependencies?: { [key: string]: string };
};

export type GraphqlRenderConfig = {
Expand Down

0 comments on commit 7cf4c4b

Please sign in to comment.