jamespot-user-api
    Preparing search index...

    Type Alias ReservationList

    ReservationList: Merge<
        jArticleList,
        {
            _asset: BookableAssetList;
            dateEnd: string;
            dateStart: string;
            reservationCancelled: boolean;
            type: "reservation";
        },
    >