mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-02-11 17:40:35 +08:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export type Updater<T> = (updater: (value: T) => void) => void;
|