@undp/carbon-library 1.0.16-CARBON-363.15 → 1.0.16-CARBON-363.41

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,8 @@
1
+ export type Period = {
2
+ id?: number;
3
+ key?: string;
4
+ startYear: number;
5
+ endYear: number;
6
+ finalized?: boolean;
7
+ deleted?: boolean;
8
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.16-CARBON-363.15",
3
+ "version": "1.0.16-CARBON-363.41",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {