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

# Interface : WeaveImage

> Référence du SDK TypeScript

[weave](../) / WeaveImage

<div id="hierarchy">
  ## Hiérarchie
</div>

* `WeaveImageInput`

  ↳ `WeaveImage`

<div id="table-of-contents">
  ## Table des matières
</div>

<div id="properties">
  ### Propriétés
</div>

* [\_weaveType](./weaveimage#_weavetype)
* [data](./weaveimage#data)
* [imageType](./weaveimage#imagetype)

## Propriétés

<div id="_weavetype">
  ### \_weaveType
</div>

• **\_weaveType**: `"Image"`

<div id="defined-in">
  #### Défini dans
</div>

[src/media.ts:14](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/media.ts#L14)

***

<div id="data">
  ### data
</div>

• **data**: `Buffer`\<`ArrayBufferLike`>

<div id="inherited-from">
  #### Hérité de
</div>

WeaveImageInput.data

<div id="defined-in">
  #### Défini dans
</div>

[src/media.ts:9](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/media.ts#L9)

***

<div id="imagetype">
  ### imageType
</div>

• `Facultatif` **imageType**: `"png"`

<div id="inherited-from">
  #### Hérité de
</div>

WeaveImageInput.imageType

<div id="defined-in">
  #### Défini dans
</div>

[src/media.ts:10](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/media.ts#L10)
