UNPKG

@kontent-ai/gatsby-source

Version:
10 lines 482 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.kontentTypesCreateSchemaCustomization = void 0; const naming_1 = require("./naming"); const createSchemaCustomization = async (api) => { const schema = (0, naming_1.getKontentTypesSchemaNamingConfiguration)(); api.actions.createTypes(schema); }; exports.kontentTypesCreateSchemaCustomization = createSchemaCustomization; //# sourceMappingURL=createSchemaCustomization.types.js.map