frontend-performance-lab
    Preparing search index...

    Interface PortfolioRow

    interface PortfolioRow {
        accountName: string;
        annualContractValue: number;
        conversionRate: number;
        health: "Healthy" | "Watch" | "Critical";
        id: string;
        latencyMs: number;
        logoUrl: string;
        owner: string;
        region: Region;
        riskScore: number;
        sessions: number;
        tags: string[];
        tier: AccountTier;
    }
    Index

    Properties

    accountName: string
    annualContractValue: number
    conversionRate: number
    health: "Healthy" | "Watch" | "Critical"
    id: string
    latencyMs: number
    logoUrl: string
    owner: string
    region: Region
    riskScore: number
    sessions: number
    tags: string[]