hades-cli
Version:
Hades CLI developer tool
11 lines (10 loc) • 364 B
text/typescript
export const {{ toPascalCase schema.boundedContextName }}Handlers = [
];
export const {{ toPascalCase schema.boundedContextName }}Services = [
];
export const {{ toPascalCase schema.boundedContextName }}Models = [
];
export const {{ toPascalCase schema.boundedContextName }}Repositories = [
];
export const {{ toPascalCase schema.boundedContextName }}Sagas = [
];