HostType type

HostType değerlerini tanımlar. Olası değerler şunlardır: 'Invalid', 'ExeHost', 'ContainerHost'

type HostType = "Invalid" | "ExeHost" | "ContainerHost"