@stoker-platform/types 0.5.73 → 0.5.74

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/types/app.ts +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/types",
3
- "version": "0.5.73",
3
+ "version": "0.5.74",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "main": "src/main.ts",
package/src/types/app.ts CHANGED
@@ -249,6 +249,8 @@ export interface DashboardReminder {
249
249
  collection: StokerCollection
250
250
  /** Which columns to show in the list */
251
251
  columns: string[]
252
+ /** How many dashboard columns the reminder should occupy */
253
+ length?: 1 | 2 | 3
252
254
  /** The title shown above the reminder */
253
255
  title?: string
254
256
  /** Limit which user roles can view the reminder */