Interface AcarsSentData

Data for acars.sent event.

interface AcarsSentData {
    at: string;
    durationMs: number;
    id: string;
    keyId?: string;
    routed: number;
    senderId: string;
    senderName: string;
    source: string;
    text: string;
}

Properties

at: string
durationMs: number
id: string
keyId?: string
routed: number
senderId: string
senderName: string
source: string
text: string