export type BindingSetAddressEnabledParams = { internalPort: number; address: string; enabled: boolean | null; };