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

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

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