File

libs/core/showroom/src/showroom.model.ts

Index

Properties

Properties

pageDetails
Type literal type[]
uniqueBbs
Type string[]
import { BuildingBlockExampleDataItem } from './building-block-example-data.model';

export type PageInJourneyExampleData = Record<string, BuildingBlockExampleDataItem>;

export interface JourneyExampleData {
  [pageId: string]: PageInJourneyExampleData;
  headerActions: PageInJourneyExampleData;
}

// This interface is not used by taly-core but it's declared here to make it sharable between taly-common and taly-nx
export interface JourneyInsights {
  uniqueBbs: string[];
  pageDetails: {
    pageId: string;
    bbTitles: string[];
  }[];
}

results matching ""

    No results matching ""