digital-humani-js-sdk
Version:
[](https://github.com/impe93/digital-humani-js-sdk/actions/workflows/continuous-integrations.yaml) [ • 2.1 kB
Markdown
[DigitalHumani JS SDK](../README.md) / [index](../modules/index.md) / default
# Class: default
[index](../modules/index.md).default
## Table of contents
### Properties
- [enterpriseRepo](index.default.md#enterpriserepo)
- [projectRepo](index.default.md#projectrepo)
- [treeRepo](index.default.md#treerepo)
- [userRepo](index.default.md#userrepo)
### Accessors
- [i](index.default.md#i)
- [instance](index.default.md#instance)
## Properties
### enterpriseRepo
• `Readonly` **enterpriseRepo**: [`IEnterpriseRepository`](../interfaces/repositories_EnterpriseRepository_enterprise_interface.IEnterpriseRepository.md)
#### Defined in
[index.ts:38](https://github.com/impe93/digital-humani-js-sdk/blob/31e498c/src/index.ts#L38)
___
### projectRepo
• `Readonly` **projectRepo**: [`IProjectRepository`](../interfaces/repositories_ProjectRepository_project_interface.IProjectRepository.md)
#### Defined in
[index.ts:41](https://github.com/impe93/digital-humani-js-sdk/blob/31e498c/src/index.ts#L41)
___
### treeRepo
• `Readonly` **treeRepo**: [`ITreeRepository`](../interfaces/repositories_TreeRepository_tree_interface.ITreeRepository.md)
#### Defined in
[index.ts:35](https://github.com/impe93/digital-humani-js-sdk/blob/31e498c/src/index.ts#L35)
___
### userRepo
• `Readonly` **userRepo**: [`IUserRepository`](../interfaces/repositories_UserRepository_user_interface.IUserRepository.md)
#### Defined in
[index.ts:32](https://github.com/impe93/digital-humani-js-sdk/blob/31e498c/src/index.ts#L32)
## Accessors
### i
• `Static` `get` **i**(): [`default`](index.default.md)
Renamed `instance` for faster user
#### Returns
[`default`](index.default.md)
#### Defined in
[index.ts:27](https://github.com/impe93/digital-humani-js-sdk/blob/31e498c/src/index.ts#L27)
___
### instance
• `Static` `get` **instance**(): [`default`](index.default.md)
The instance of the class to use to calls the SDK methods
#### Returns
[`default`](index.default.md)
#### Defined in
[index.ts:19](https://github.com/impe93/digital-humani-js-sdk/blob/31e498c/src/index.ts#L19)