UNPKG

@canguro/horse

Version:

Deliver your data to wherever you wish, when you wish and how you wish.

7 lines (5 loc) 192 B
import { HorseDestination } from './HorseDestination'; export type HorseConfiguration = { destinations: HorseDestination[]; getOriginDestination?: (data: unknown) => string; };