mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-11-12 15:26:09 +08:00
This commit is contained in:
1
app/typing.ts
Normal file
1
app/typing.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type Updater<T> = (updater: (value: T) => void) => void;
|
||||
Reference in New Issue
Block a user