---
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:118](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/eee4a3582430c731fadd77072888a1468c2fe25b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L118)

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:122](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/eee4a3582430c731fadd77072888a1468c2fe25b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L122)

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:120](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/eee4a3582430c731fadd77072888a1468c2fe25b/packages/b2c-tooling-sdk/src/operations/content/types.ts#L120)

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