mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 19:26:54 +08:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export type Updater<T> = (updater: (value: T) => void) => void;
|