Add guest signature upload/download
All checks were successful
build-and-deploy / build-deploy (push) Successful in 34s

This commit is contained in:
androidlover5842
2026-01-29 05:09:12 +05:30
parent 71c70c8554
commit 3e984fdcb3
5 changed files with 111 additions and 5 deletions

View File

@@ -45,6 +45,7 @@ data class GuestResponse(
val phoneE164: String?,
val nationality: String?,
val addressText: String?,
val signatureUrl: String?,
val vehicleNumbers: Set<String>,
val averageScore: Double?
)