out-of-your-element/types.d.ts

7 lines
134 B
TypeScript

export type M_Room_Message_content = {
msgtype: "m.text"
body: string
formatted_body?: "org.matrix.custom.html"
format?: string
}