GitHub

DaffInMemoryDriverConfig

import { DaffInMemoryDriverConfig } from '@daffodil/driver/in-memory'
interface DaffInMemoryDriverConfig {
  apiBase: string
}

Properties

Name Type Description
apiBase string

The base path segment of the API route.