@e-trias/woonplan 0.0.94 → 0.0.95
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/index.d.ts +2 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -237,10 +237,8 @@ export interface ICreateAppointmentParams{
|
|
|
237
237
|
export interface IAppointmentFormParams{
|
|
238
238
|
agendaId: number
|
|
239
239
|
appointmentTypeId: number
|
|
240
|
-
startDate:
|
|
241
|
-
endDate:
|
|
242
|
-
startTime : string
|
|
243
|
-
endTime : string
|
|
240
|
+
startDate: string
|
|
241
|
+
endDate: string
|
|
244
242
|
measuredataids : string[]
|
|
245
243
|
}
|
|
246
244
|
|