| 2 | |
| 3 | /** TTL Collection configuration */ |
| 4 | export interface TTLCollection { |
| 5 | collection: string; |
| 6 | db: Db; |
| 7 | property: string; |
| 8 | expireAfterSeconds: number; |
| 9 | } |
| 10 | |
| 11 | /** Database configuration files mapping */ |
| 12 | export interface DbConfigFiles { |
nothing calls this directly
no outgoing calls
no test coverage detected