mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: error in type
This commit is contained in:
@@ -101,7 +101,7 @@ export type AnyMediaMessageContent = (
|
||||
mimetype: string
|
||||
fileName?: string
|
||||
} & Buttonable & Templatable))
|
||||
| { mimetype?: string }
|
||||
& { mimetype?: string }
|
||||
|
||||
export type ButtonReplyInfo = {
|
||||
displayText: string
|
||||
|
||||
Reference in New Issue
Block a user