> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Op

> TypeScript SDK 레퍼런스

<div id="op">
  # Op
</div>

Ƭ **Op**\<`T`>: \{ `__boundThis?`: [`WeaveObject`](../classes/weaveobject) ; `__isOp`: `true` ; `__name`: `string` ; `__parameterNames?`: `ParameterNamesOption` ; `__savedRef?`: `OpRef` | `Promise`\<`OpRef`> ; `__wrappedFunction`: `T` ; `invoke`: `CallMethod`\<`T`>  } & `T` & (...`args`: `Parameters`\<`T`>) => `ReturnType`\<`T`> extends `AsyncIterable`\<infer U> ? `AsyncIterable`\<`Awaited`\<`U`>> : `Promise`\<`Awaited`\<`ReturnType`\<`T`>>>

<div id="type-parameters">
  #### 타입 매개변수
</div>

| 이름  | 유형                                     |
| :-- | :------------------------------------- |
| `T` | extends (...`args`: `any`\[]) => `any` |

<div id="defined-in">
  #### 정의 위치
</div>

[src/opType.ts:7](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/opType.ts#L7)

***
