1 2 3 4 5
use super::create_item::CreateCalendarItem; // NOTE: for now, the update flow is exactly the same as the create // one, so we just alias it pub type UpdateCalendarItem = CreateCalendarItem;