Preparing search index...

    Type Alias BusinessSearchResultCardAfterTitleContentProps

    type BusinessSearchResultCardAfterTitleContentProps = {
        assetType?: AssetType;
        isHovered?: boolean;
        searchHit: SearchHit;
        searchStore: BusinessSearchDataStoreFacade;
    }
    Index

    Properties

    assetType?: AssetType
    isHovered?: boolean
    searchHit: SearchHit