> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-feature-automate-reference-docs-generation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Op

[**weave**](../README.mdx) • **Docs**

***

[weave](../README.mdx) / Op

# Type Alias: Op\<T>

> **Op**\<`T`>: `object` & `T`

## Type declaration

### \_\_boundThis?

> `optional` **\_\_boundThis**: [`WeaveObject`](../classes/WeaveObject.mdx)

### \_\_isOp

> **\_\_isOp**: `true`

### \_\_name

> **\_\_name**: `string`

### \_\_savedRef?

> `optional` **\_\_savedRef**: `OpRef` | `Promise`\<`OpRef`>

### \_\_wrappedFunction

> **\_\_wrappedFunction**: `T`

## Type Parameters

• **T** *extends* (...`args`) => `any`

## Defined in

[opType.ts:6](https://github.com/wandb/weave/blob/e2313369cb35bc1b6f97c70539926dd951ead21e/sdks/node/src/opType.ts#L6)
