mirror of
https://github.com/ChatGPTNextWeb/NextChat.git
synced 2026-01-19 17:51:23 +08:00
2 lines
64 B
TypeScript
2 lines
64 B
TypeScript
export type Updater<T> = (updater: (value: T) => void) => void;
|