Interface IAggregatedRelation

interface IAggregatedRelation {
    count?: number;
    event_id?: string;
    key?: string;
    origin_server_ts: number;
    sender?: string;
    type?: string;
}

Properties

count?: number
event_id?: string
key?: string
origin_server_ts: number
sender?: string
type?: string