Files
start-os/sdk/base/lib/osBindings/GetOutboundGatewayParams.ts
Aiden McClelland 80cb2d9ba5 feat: add getOutboundGateway effect and simplify VersionGraph init/uninit
Add getOutboundGateway effect across core, container-runtime, and SDK
to let services query their effective outbound gateway with callback
support. Remove preInstall/uninstall hooks from VersionGraph as they
are no longer needed.
2026-02-20 13:26:45 -07:00

5 lines
222 B
TypeScript

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
import type { CallbackId } from './CallbackId'
export type GetOutboundGatewayParams = { callback?: CallbackId }