Skip to content

ntcore-ts / @ntcore-ts/client / StructTypeName

Type Alias: StructTypeName

StructTypeName = BuiltInStructTypeName | `${BuiltInStructTypeName}[]` | string & object

Defined in: struct/geometry.ts:12

Struct type name accepted by getStructTopic. Built-in names, their array forms, or any custom type string.

Released under the MIT License.