mav-api-ts
Version:
Unofficial, experimental MÁV API library based on the requests by jegy.mav.hu
11 lines (10 loc) • 406 B
TypeScript
export type * from './common.type';
export type * from './customersAndDiscounts.type';
export type * from './offer.type';
export type * from './params.type';
export type * from './requestBody.type';
export type * from './servicesAndSearchServices.type';
export type * from './station.type';
export type * from './stationInfo.type';
export type * from './train.type';
export type * from './trainInfo.type';