Interface ArrayOne<T>

interface ArrayOne<T> {
    "0": T;
}

Type Parameters

  • T

Properties

0

Properties

"0": T