Interface HierarchyRelation

interface HierarchyRelation {
    content: { order?: string; suggested?: boolean; via?: string[] };
    origin_server_ts: number;
    sender: string;
    state_key: string;
    type: string;
}

Hierarchy (View Summary)

Properties

content: { order?: string; suggested?: boolean; via?: string[] }
origin_server_ts: number
sender: string
state_key: string
type: string