interface GroupedCountResultItem {
    count: number;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

count: number