> ## Documentation Index
> Fetch the complete documentation index at: https://stars-components.js.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Interface: LoadOptions

Defined in: [packages/http-framework/src/lib/Client.ts:334](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework/src/lib/Client.ts#L334)

## Properties

### baseUserDirectory?

> `optional` **baseUserDirectory?**: `string` | `null`

Defined in: [packages/http-framework/src/lib/Client.ts:340](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework/src/lib/Client.ts#L340)

The base user directory, if set to `null`, the library will not call StoreRegistry.registerPath,
meaning that you will need to manually set each folder for each store. Please read the aforementioned method's
documentation for more information.
