mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 02:47:06 +00:00
Add types file
This commit is contained in:
9
src/types.d.ts
vendored
Normal file
9
src/types.d.ts
vendored
Normal file
@@ -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