Type Alias AntSearchSeatsSkip
AntSearchSeatsSkip: {
payload?: {
passengers: {
reservations: { rideId: string; seatType: string }[];
type: string;
}[];
};
type: string;
}
Type declaration
Optionalpayload?: {
passengers: {
reservations: { rideId: string; seatType: string }[];
type: string;
}[];
}
type: string