interface ObjectContainer<T> {
    objects: T[];
}

Type Parameters

  • T

Hierarchy (View Summary)

Properties

Properties

objects: T[]