digital-humani-js-sdk
Version:
[](https://github.com/impe93/digital-humani-js-sdk/actions/workflows/continuous-integrations.yaml) [: DigitalHumani;
/**
* Renamed `instance` for faster user
*/
static get i(): DigitalHumani;
readonly userRepo: IUserRepository;
readonly treeRepo: ITreeRepository;
readonly enterpriseRepo: IEnterpriseRepository;
readonly projectRepo: IProjectRepository;
/**
* The function is a private constructor that creates a new instance of the DuHttpClient class and
* then creates new instances of the UserRepository, TreeRepository, ProjectRepository, and
* EnterpriseRepository classes
*/
private constructor();
}
export default DigitalHumani;
//# sourceMappingURL=index.d.ts.map