Interface IStrippedState

interface IStrippedState {
    content: IContent;
    sender: string;
    state_key: string;
    type: string;
}

Hierarchy (view full)

Properties

content: IContent
sender: string
state_key: string
type: string