UNPKG

langchain

Version:
5 lines (4 loc) 165 B
/** * Represents a string value with autocompleted, but not required, suggestions. */ export type StringWithAutocomplete<T> = T | (string & Record<never, never>);