This commit is contained in:
Maxime 2024-07-26 11:25:09 +02:00
parent ea9450c23f
commit 4dc39b60d4
1 changed files with 1 additions and 1 deletions

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;