Coda by Ian Macalinao
    Preparing search index...
    interface Reservation {
        address: Address;
        spotsRemaining: bigint;
        totalSpots: bigint;
    }
    Index

    Properties

    address: Address
    spotsRemaining: bigint
    totalSpots: bigint