UNPKG

@canguro/horse

Version:

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

12 lines (10 loc) 283 B
import { HorseAction } from './HorseAction'; export type HorseDestination = { name: string; baseUrl: string; headers?: Record<string, string | number | boolean>; timeout: number; enabled: boolean; actions: HorseAction[]; priority?: number; };