Files
slm-design/.templates/business/{{name.kebabCase}}/index.ts
2026-08-01 09:31:08 +03:00

7 lines
510 B
TypeScript

export { {{name.camelCase}}Factory } from './{{name.kebabCase}}.factory'
export type { {{name.pascalCase}}Api } from './types/{{name.kebabCase}}-api.type'
export type { {{name.pascalCase}}Deps } from './types/{{name.kebabCase}}-deps.type'
export type { {{name.pascalCase}}Error } from './types/{{name.kebabCase}}-error.type'
export type { {{name.pascalCase}}ErrorCode } from './types/{{name.kebabCase}}-error-code.type'
export type { {{name.pascalCase}}Factory } from './types/{{name.kebabCase}}-factory.type'