GitHub

DaffInMemoryRoutableObjectsResolver

type-alias

import { DaffInMemoryRoutableObjectsResolver } from '@daffodil/driver/in-memory'

A function that returns an array of entities with URL properties. Used to provide routable in-memory object information to the routing system.

type DaffInMemoryRoutableObjectsResolver = () => Array<{
    url: string;
}>