feat: add server authoritative travel flow
This commit is contained in:
6
apps/api/src/travel/dto/start-travel.dto.ts
Normal file
6
apps/api/src/travel/dto/start-travel.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { IsUUID } from 'class-validator';
|
||||
|
||||
export class StartTravelDto {
|
||||
@IsUUID()
|
||||
targetLocationId!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user