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