import { KeyValueObject } from './KeyValueObject'; export interface OriginParams { input: KeyValueObject; context: KeyValueObject; handler: string; }