Skip to content

ntcore-ts / @ntcore-ts/react / UseStructTopicTypeOptions

Type Alias: UseStructTopicTypeOptions<T>

UseStructTopicTypeOptions<T> = Omit<UseStructTopicOptions<T>, "typeName" | "validator">

Defined in: react/src/lib/use-struct-topic.ts:31

Type Parameters

T

T extends object

Released under the MIT License.