@la-main-verte/shared-types 1.0.63 → 1.0.64
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/home.api.d.ts +2 -0
package/package.json
CHANGED
package/src/home.api.d.ts
CHANGED
|
@@ -166,6 +166,7 @@ export namespace HOME {
|
|
|
166
166
|
plantImageURL?: string | null
|
|
167
167
|
gardenName: string
|
|
168
168
|
gardenCategory: string
|
|
169
|
+
selectionSlug: string
|
|
169
170
|
/** If this task is grouped by family */
|
|
170
171
|
familyGroup?: TaskFamilyGroupI
|
|
171
172
|
}
|
|
@@ -178,6 +179,7 @@ export namespace HOME {
|
|
|
178
179
|
plantImageURL?: string | null
|
|
179
180
|
gardenName: string
|
|
180
181
|
gardenCategory: string
|
|
182
|
+
selectionSlug: string
|
|
181
183
|
task: TaskI
|
|
182
184
|
/** If this task is grouped by family */
|
|
183
185
|
familyGroup?: TaskFamilyGroupI
|