Skip to content

Commit

Permalink
feat(type): add EventResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-theret committed Nov 2, 2024
1 parent d4c354d commit 403e4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "git+https://github.com/tom-theret/esup-multi.js.git"
},
"version": "1.0.0",
"version": "1.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/models/data/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export type { ImportantsNewsResponse } from "./ImportantsNews";
export type { MailCalendarResponse } from "./MailCalendar";
export type { MapCampusResponse, MapCategoriesResponse, MapPointsResponse } from "./Map";
export type { RestaurantsResponse, RestaurantMenuResponse } from "./Restaurants";
export type { ScheduleBody, ScheduleResponse } from "./Schedules";
export type { EventResponse, ScheduleBody, ScheduleResponse } from "./Schedules";
export type { UsefulInformationsResponse } from "./Useful";

0 comments on commit 403e4c2

Please sign in to comment.