UNPKG

@tableau/taco-toolkit

Version:
6 lines (5 loc) 143 B
import { HandlerInput } from './handler-input'; export type ConnectionData = { handlerInputs: HandlerInput[]; appSnapshot?: object; };