interface Transport {
    reason?: string;
    timestamp: string;
    type: string;
}

Properties

reason?: string
timestamp: string
type: string