@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.
- package/package.json +1 -1
- package/src/types/app.ts +2 -0
package/package.json
CHANGED
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 */
|