[thorium-huid](../README.md) / [Exports](../modules.md) / HierarchicalUUIDOptions

# Interface: HierarchicalUUIDOptions

Interface pour les options de l'UUID hiérarchique

## Table of contents

### Properties

- [collectionId](HierarchicalUUIDOptions.md#collectionid)
- [parentId](HierarchicalUUIDOptions.md#parentid)

## Properties

### collectionId

• `Optional` **collectionId**: [`FixedLengthString`](../modules.md#fixedlengthstring)\<``12``\>

Identifiant de collection (optionnel)

#### Defined in

[modules/huid/src/index.ts:21](https://github.com/Odyssee-Software/thorium-uuid/blob/0db4d16/src/index.ts#L21)

___

### parentId

• `Optional` **parentId**: [`FixedLengthString`](../modules.md#fixedlengthstring)\<``12``\>

Identifiant parent (optionnel)

#### Defined in

[modules/huid/src/index.ts:16](https://github.com/Odyssee-Software/thorium-uuid/blob/0db4d16/src/index.ts#L16)
