interface UpdatesContext {
    contextUpdates?: ContextUpdate[];
}

Hierarchy (view full)

Properties

Properties

contextUpdates?: ContextUpdate[]