mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-07 13:48:07 +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