UNPKG

srtrain

Version:
14 lines (13 loc) 297 B
import { SRT } from './srt'; export declare class SRTTicket { srt: SRT; car: string; seat: string; seatType: string; passengerType: string; price: number; originalPrice: number; discountPrice: number; constructor(srt: SRT, data: any); toString(): string; }