Files
start-os/sdk/base/lib/osBindings/CheckPortRes.ts
Aiden McClelland 16a2fe4e08 new checkPort types
2026-03-03 13:07:12 -07:00

10 lines
244 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
export type CheckPortRes = {
ip: string
port: number
openExternally: boolean
openInternally: boolean
hairpinning: boolean
}