digital-humani-js-sdk
Version:
[](https://github.com/impe93/digital-humani-js-sdk/actions/workflows/continuous-integrations.yaml) [ => Promise<Enterprise>;
/**
*
* @param param this object, to be compliant should have at least `enterpriseId` and `month`, or `enterpriseId`,
* `startDate` and `endDate`. `month` should has this format `YYYY-MM`, startDate and endDate this `YYYY-MM-DD`
* @returns an object with `count` field that rapresent the enterprise buyed trees.
* @throws Throw an error when the explained parameters logic is not satisfied.
*/
readonly getTreeCount: (params: GetTreeCountRequest) => Promise<Count>;
}
//# sourceMappingURL=enterprise.interface.d.ts.map