Merge pull request #148 from yetmgetaewunetu/bug-fix-payload

added webhookStatus on smsData type
This commit is contained in:
Israel Abebe
2025-10-05 15:18:15 +03:00
committed by GitHub

View File

@@ -23,6 +23,7 @@ interface SmsData {
status: string
type: string
updatedAt: string
webhookStatus: string
__v: number
}