Takaro - v0.4.9
    Preparing search index...

    Interface InsightDTO

    InsightDTO

    interface InsightDTO {
        description: string;
        icon: string;
        title: string;
        type: string;
        value?: string;
    }
    Index

    Properties

    description: string

    InsightDTO

    icon: string

    InsightDTO

    title: string

    InsightDTO

    type: string

    InsightDTO

    value?: string

    InsightDTO