Type alias GroupedObject<T>

GroupedObject<T>: {
    group: string;
    items: T[] | Partial<T>[];
}

A type representing a group of items.

Type Parameters

  • T

Type declaration

  • group: string
  • items: T[] | Partial<T>[]

Generated using TypeDoc v0.24.7