This commit is contained in:
2024-07-26 10:44:59 +02:00
parent 1630105fb6
commit 15b04da26f

View File

@@ -68,7 +68,7 @@ message BookingRequest {
google.protobuf.Timestamp pickup_date = 7;
}
message BookingSilvermobi {
message Booking {
string id = 1;
User driver = 2;
User passenger = 3;