|
|
@ -1,6 +1,6 @@ |
|
|
|
import { CompactShapeType } from "@ldo/ldo"; |
|
|
|
import type { CompactShapeType } from "@ldo/ldo"; |
|
|
|
import { <%- fileName %>Schema } from "./<%- fileName %>.schema"; |
|
|
|
import { <%- fileName %>Schema } from "./<%- fileName %>.schema"; |
|
|
|
import { |
|
|
|
import type { |
|
|
|
<% typings.forEach((typing)=> { if (!/Id$/.test(typing.dts.name)) { -%> |
|
|
|
<% typings.forEach((typing)=> { if (!/Id$/.test(typing.dts.name)) { -%> |
|
|
|
<%- typing.dts.name %>, |
|
|
|
<%- typing.dts.name %>, |
|
|
|
<% } }); -%>} from "./<%- fileName %>.typings"; |
|
|
|
<% } }); -%>} from "./<%- fileName %>.typings"; |
|
|
|