Interface HierarchyRelation

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

Hierarchy (view full)

Properties

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