Files
start-os/core/startos/bindings/GetServicePortForwardParams.ts
Aiden McClelland aee5500833 miscellaneous bugfixes (#2597)
* miscellaneous bugfixes

* misc fixes
2024-04-09 21:10:26 +00:00

9 lines
267 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { HostId } from "./HostId";
export type GetServicePortForwardParams = {
packageId: string | null;
internalPort: number;
hostId: HostId;
};