> ## 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: BuilderWithDescription

Defined in: [packages/http-framework-i18n/src/lib/utils.ts:126](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-i18n/src/lib/utils.ts#L126)

## Methods

### setDescription()

> **setDescription**(`description`): `this`

Defined in: [packages/http-framework-i18n/src/lib/utils.ts:127](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-i18n/src/lib/utils.ts#L127)

#### Parameters

##### description

`string`

#### Returns

`this`

***

### setDescriptionLocalizations()

> **setDescriptionLocalizations**(`localizedDescriptions`): `this`

Defined in: [packages/http-framework-i18n/src/lib/utils.ts:128](https://github.com/wolfstar-project/stars-components/blob/5aefd164bc5fc41e5a35d3abf908c288163dd354/packages/http-framework-i18n/src/lib/utils.ts#L128)

#### Parameters

##### localizedDescriptions

`Partial`\<`Record`\<`Locale`, `string` | `null`>> | `null`

#### Returns

`this`
