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

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

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