Dependicus API Reference
    Preparing search index...

    Interface GroupingStat

    interface GroupingStat {
        label: string;
        url?: string;
        value: string | number;
    }
    Index

    Properties

    Properties

    label: string
    url?: string
    value: string | number