mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +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