fix: error in type

This commit is contained in:
Adhiraj Singh
2022-08-08 16:55:47 +05:30
parent 8a234e1073
commit 1550fc5ce6

View File

@@ -101,7 +101,7 @@ export type AnyMediaMessageContent = (
mimetype: string
fileName?: string
} & Buttonable & Templatable))
| { mimetype?: string }
& { mimetype?: string }
export type ButtonReplyInfo = {
displayText: string