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