interface Message {
    uid: string;
    jurisdiction: string;
    state: number;
    jurisdictionRace: string;
    transmissionSource: string;
    timestamp: Date;
    content: string;
    type: string;
    priority: number;
    securityLevel: number;
}

Properties

uid: string
jurisdiction: string
state: number
jurisdictionRace: string
transmissionSource: string
timestamp: Date
content: string
type: string
priority: number
securityLevel: number

Generated using TypeDoc