Type Alias CheckoutAncillariesSeatAdd

CheckoutAncillariesSeatAdd: {
    autoSelected: boolean;
    category: string;
    seatLabel: string;
    tile: string;
}

Type declaration

  • autoSelected: boolean
  • category: string
  • seatLabel: string
  • tile: string