Build installer and management site from spec
This commit is contained in:
9
src/shared/nat-upnp.d.ts
vendored
Normal file
9
src/shared/nat-upnp.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare module 'nat-upnp' {
|
||||
const upnp: {
|
||||
createClient(): {
|
||||
portMapping(options: Record<string, unknown>, callback: (error?: Error | null) => void): void
|
||||
}
|
||||
}
|
||||
|
||||
export default upnp
|
||||
}
|
||||
Reference in New Issue
Block a user