42 lines
917 B
TypeScript
42 lines
917 B
TypeScript
export const outputs: any[] = [
|
|
{
|
|
generatedAt: expect.any(Date),
|
|
locationName: "Railway Station",
|
|
stationManagerCode: "RT",
|
|
nrccMessages: [
|
|
{
|
|
severity: "minor",
|
|
xhtmlMessage: "Minor Alert"
|
|
}
|
|
],
|
|
trainServices: [
|
|
{
|
|
rid: "202308017159276",
|
|
uid: "G59276",
|
|
trainid: "1M83",
|
|
operatorCode: "XC",
|
|
sta: expect.any(Date),
|
|
ata: expect.any(Date),
|
|
arrivalType: "Actual",
|
|
std: expect.any(Date),
|
|
etd: expect.any(Date),
|
|
departureType: "Estimated",
|
|
platform: "5",
|
|
origin: [
|
|
{
|
|
tiploc: "PLYMTH",
|
|
locationName: "Plymouth"
|
|
}
|
|
],
|
|
destination: [
|
|
{
|
|
tiploc: "BHAMNWS",
|
|
locationName: "Birmingham New Street"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
busServices: [],
|
|
ferryServices: []
|
|
},
|
|
] |