"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.processTypeScriptAnnotations = processTypeScriptAnnotations;
function processTypeScriptAnnotations(type, typeDefinition) {
type.extensions = type.extensions || {};
type.extensions.codegenScalarType = typeDefinition;
}