Skip to content

ntcore-ts / @ntcore-ts/client / JsonTopicOptions

Interface: JsonTopicOptions<T>

Defined in: pubsub/json-topic.ts:11

Options for NetworkTablesJsonTopic and getJsonTopic.

Type Parameters

T

T extends object

Properties

validator?

optional validator?: ZodType<T, unknown, $ZodTypeInternals<T, unknown>>

Defined in: pubsub/json-topic.ts:12

Released under the MIT License.