This commit is contained in:
2024-07-26 11:25:09 +02:00
parent ea9450c23f
commit 4dc39b60d4

View File

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