Add types file
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
|||||||
|
import type {NetContext} from "@welshman/net"
|
||||||
|
import type {AppContext} from "@welshman/app"
|
||||||
|
|
||||||
|
declare module "@welshman/lib" {
|
||||||
|
interface Context {
|
||||||
|
net: NetContext
|
||||||
|
app: AppContext
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user