UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

9 lines (8 loc) 217 B
/** A selectable connection shown in the onboarding picker. */ export interface ConnectionSelectOption { value: string; label: string; hint?: string; disabled?: boolean; disabledReason?: string; }