@@ -0,0 +1,3 @@
declare global {
type Tool<T extends unknown[]> = (...args: T) => Promise<void>
}
The note is not visible to the blocked user.