ChatGPT-Next-Web/app/typing.ts

2 lines
64 B
TypeScript
Raw Normal View History

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