Canvas: Generate Github nodes out of the dodo-app config
Change-Id: Ifc5b09deb39352a3025f7ea66ce39b421daac94d
diff --git a/apps/canvas/config/src/index.ts b/apps/canvas/config/src/index.ts
index d064f1c..f668b5b 100644
--- a/apps/canvas/config/src/index.ts
+++ b/apps/canvas/config/src/index.ts
@@ -49,3 +49,12 @@
} from "./graph.js";
export { generateDodoConfig, configToGraph } from "./config.js";
+
+export {
+ GithubRepository,
+ GithubRepositorySchema,
+ GithubRepositoriesSchema,
+ DeployKeysSchema,
+ ListWebhooksResponseSchema,
+ DeployKeys,
+} from "./github.js";