- добавлены frontend инструкции AGENTS и локальный style guide - актуализированы SLM templates под Vite React и слой infra - добавлены шаблоны component, infra и factory-based business - нормализованы примеры документации под alias infra
4 lines
256 B
TypeScript
4 lines
256 B
TypeScript
export { {{name.pascalCase}}Client, create{{name.pascalCase}}Client } from './{{name.kebabCase}}.client'
|
|
export { {{name.pascalCase}}Error } from './errors/{{name.kebabCase}}.error'
|
|
export type { QueryParams } from './types/{{name.kebabCase}}-client.type'
|