UNPKG

langchain

Version:
2 lines (1 loc) 79 B
export type Optional<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>>;