"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
}); // This just exports some types// Gatsby itself will run the gatsby-node file directlyvarConfigurationTypes_1 = require("./ConfigurationTypes");
exports.ConfigurationTypes = ConfigurationTypes_1.default;