Files
recap/node_modules/@start9labs/start-sdk/base/lib/osBindings/GetContainerIpParams.d.ts
T

7 lines
188 B
TypeScript

import type { CallbackId } from './CallbackId';
import type { PackageId } from './PackageId';
export type GetContainerIpParams = {
packageId?: PackageId;
callback?: CallbackId;
};