mirror of
https://github.com/LukeHagar/crossws.git
synced 2025-12-06 04:19:26 +00:00
chore: remote unused type
This commit is contained in:
@@ -81,11 +81,6 @@ export type ResolveHooks = (
|
||||
|
||||
export type MaybePromise<T> = T | Promise<T>;
|
||||
|
||||
type HookFn<ArgsT extends any[] = any, RT = void> = (
|
||||
info: Peer,
|
||||
...args: ArgsT
|
||||
) => MaybePromise<RT>;
|
||||
|
||||
export type UpgradeRequest =
|
||||
| Request
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user