@stoker-platform/types 0.5.54 → 0.5.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/types",
3
- "version": "0.5.54",
3
+ "version": "0.5.55",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "src/main.ts",
package/src/types/app.ts CHANGED
@@ -133,6 +133,7 @@ export interface DashboardChart {
133
133
  numberOfIntervals?: number
134
134
  offset?: number
135
135
  animate?: boolean
136
+ currency?: string | (() => string)
136
137
  }
137
138
 
138
139
  export interface DashboardReminder {
@@ -634,6 +634,7 @@ export interface Chart {
634
634
  defaultRange: "90d" | "30d" | "7d"
635
635
  roles?: StokerRole[]
636
636
  title?: string
637
+ currency?: string | (() => string)
637
638
  }
638
639
  export interface CollectionMeta {
639
640
  title?: string