get lastUpdated()

in src/logic/BrazeCards.ts [153:155]


    get lastUpdated(): Date | null {
        return this.braze.getCachedContentCards().lastUpdated;
    }