UNPKG

matrix-react-sdk

Version:
8 lines (7 loc) 261 B
import { Room } from "matrix-js-sdk/src/matrix"; import { Action } from "../actions"; import { ActionPayload } from "../payloads"; export interface AfterLeaveRoomPayload extends ActionPayload { action: Action.AfterLeaveRoom; room_id?: Room["roomId"]; }