(type: DestinationType)
| 18 | } as const satisfies Record<DestinationType, DrainDestination> |
| 19 | |
| 20 | export function getDestination(type: DestinationType): DrainDestination { |
| 21 | return DESTINATION_REGISTRY[type] |
| 22 | } |
no outgoing calls
no test coverage detected