1
0
mirror of https://github.com/Yidadaa/ChatGPT-Next-Web.git synced 2025-08-08 04:35:23 +08:00
Files
ChatGPT-Next-Web/app/typing.ts

2 lines
64 B
TypeScript

export type Updater<T> = (updater: (value: T) => void) => void;