File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 TravelRightType ,
66 TravelRightDirection ,
77 TravelRightStatus ,
8- DatedServiceJourneyRefsType
8+ DatedServiceJourneyRefsType ,
99} from './types' ;
1010export { getAvailabilityStatus , AvailabilityStatus } from './availability-status' ;
1111export { getAccesses } from './accesses' ;
Original file line number Diff line number Diff line change @@ -37,8 +37,10 @@ export const DatedServiceJourneyRefsType = z.object({
3737 datedServiceJourneyRef : z . string ( ) ,
3838 startPointRef : z . string ( ) ,
3939 endPointRef : z . string ( ) ,
40- } )
41- export type DatedServiceJourneyRefsType = z . infer < typeof DatedServiceJourneyRefsType > ;
40+ } ) ;
41+ export type DatedServiceJourneyRefsType = z . infer <
42+ typeof DatedServiceJourneyRefsType
43+ > ;
4244
4345/**
4446 * For definitions, see `TravelRight` struct in ticket service
You can’t perform that action at this time.
0 commit comments