Chartbreaker
    Preparing search index...

    Type Alias GenericTableRowValueLinkPortfolio

    type GenericTableRowValueLinkPortfolio = {
        portfolioId: string;
        text: string;
        type: "portfolio";
    }
    Index

    Properties

    Properties

    portfolioId: string
    text: string
    type: "portfolio"