NodeState type Signature: export type NodeState = "starting" | "running" | "stopping" | "stopped" | "terminating" | "terminated"; NodeStarted NodeSummary