Type Alias CMSBrazeFeaturedConnectionsDataReadyPayload
CMSBrazeFeaturedConnectionsDataReadyPayload: {
cardId: string;
explorationMapUrl: string;
primaryCard: unknown;
recommendations: unknown;
totalCards: number;
[key: string]: unknown;
}
Type declaration
[key: string]: unknown
cardId: string
explorationMapUrl: string
primaryCard: unknown
recommendations: unknown
totalCards: number