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