import { DaffInMemoryRoutableObjects } from '@daffodil/driver/in-memory'
A map of URL paths to their corresponding routable objects. The key is the URL path.
type DaffInMemoryRoutableObjects = ReadonlyMap<string, DaffInMemoryRoutableObject>