interface VecSet<T0> {
    contents: string | T0[];
}

Type Parameters

  • T0

Properties

Properties

contents: string | T0[]