```ts
type ToolResultStatus = "success" | "error";
```

Defined in: [src/tools/types.ts:7](https://github.com/strands-agents/harness-sdk/blob/ca4c20fea3f7d62c29b021c85f336eba5937012f/strands-ts/src/tools/types.ts#L7)

Status of a tool execution. Indicates whether the tool executed successfully or encountered an error.