jamespot-user-api
    Preparing search index...

    Type Alias BookableAssetList

    BookableAssetList: Merge<
        jArticleList,
        {
            _isColorDark: boolean
            | null;
            assetPlannerBackgroundColor: string | null;
            type: "bookableAsset";
        },
    >