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

7 lines
134 B
TypeScript
Raw Normal View History

2023-04-25 20:06:08 +00:00
export type M_Room_Message_content = {
msgtype: "m.text"
body: string
formatted_body?: "org.matrix.custom.html"
format?: string
}