| 5 | } from '@services/flat-cache-store'; |
| 6 | |
| 7 | export interface CacheModuleOptions { |
| 8 | stores: { |
| 9 | name: string; |
| 10 | config: FlatCacheStoreConfig; |
| 11 | }[]; |
| 12 | } |
| 13 | |
| 14 | @Global() |
| 15 | @Module({}) |
nothing calls this directly
no outgoing calls
no test coverage detected