gill

Reservation

type Reservation = {
  address: Address;
  spotsRemaining: bigint;
  totalSpots: bigint;
};

Properties

address

address: Address;

spotsRemaining

spotsRemaining: bigint;

totalSpots

totalSpots: bigint;

On this page