miscellaneous bugfixes

This commit is contained in:
Aiden McClelland
2024-04-08 14:01:16 -06:00
parent c13d8f3699
commit 313e415ee9
3 changed files with 7 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
// 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;
};