Files
FarmMapsLib/projects/common-map/src/fm-map/models/period.state.ts
Willem Dantuma cec43a636c
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Renamed prefixes in angular.json
2019-11-04 13:43:46 +01:00

5 lines
68 B
TypeScript

export interface IPeriodState {
startDate: Date,
endDate:Date
}