digital-humani-js-sdk
Version:
[](https://github.com/impe93/digital-humani-js-sdk/actions/workflows/continuous-integrations.yaml) [ => Promise<GetTreesResponse>;
/**
* Used to get a planted tree details by ID
* @param {GetTreeRequest} params This object contain only the treeId to search
* @return {Tree} An object with all the informations about the tree
*/
readonly getTree: (params: GetTreeRequest) => Promise<Tree>;
/**
* Used to get a planted tree details by ID
* @param {GetTreeRequest} params This object contain only the treeId to search
* @return {Tree} An object with all the informations about the tree
*/
readonly plantTrees: (body: PlanteTreesRequest) => Promise<Tree>;
}
//# sourceMappingURL=tree.interface.d.ts.map