ooye-nix-patches/types.d.ts
2023-04-26 08:06:08 +12:00

7 lines
134 B
TypeScript

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