import { ContextDefinition } from "jsonld"; /** * ============================================================================= * Typescript Typings for <%- fileName %> * ============================================================================= */ <% typings.forEach((typing) => { -%> /** * <%- typing.dts.name %> Type */ export <%- typing.typingString -%> <% }); -%>