mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-13 14:35:00 +00:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export type Updater<T> = (updater: (value: T) => void) => void;
|