Aliheym / typeorm-transactional

A Transactional Method Decorator for TypeORM that uses Async Local Storage or cls-hooked to handle and propagate transactions between different repositories and service methods.
MIT License
201 stars 27 forks source link

missing docs in types #17

Closed Diluka closed 1 year ago

Diluka commented 1 year ago

e.g.

interface AddTransactionalDataSourceInput {
    name?: DataSourceName;
    dataSource: DataSource;
    patch?: boolean;
}

keep docs when export types