Type Alias ArrayWithTotal<T>

ArrayWithTotal<T>: T[] & {
    total: number;
}

Type Parameters

  • T