UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 238 B
import { Action } from "../actions"; import { ActionPayload } from "../payloads"; export interface ViewHomePagePayload extends ActionPayload { action: Action.ViewHomePage; context_switch?: boolean; justRegistered?: boolean; }