---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../../modules.md) / [operations/content](../index.md) / FetchContentLibraryResult

# Interface: FetchContentLibraryResult

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:111](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L111)

Result of fetching and parsing a content library.

## Properties

### archiveData?

> `optional` **archiveData**: `Buffer`\<`ArrayBufferLike`\>

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:115](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L115)

The raw archive data buffer (for further processing or re-import).

***

### library

> **library**: [`Library`](../classes/Library.md)

Defined in: [packages/b2c-tooling-sdk/src/operations/content/types.ts:113](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L113)

The parsed library tree (filter/traverse/mutate as needed).
