ntcore-ts / @ntcore-ts/client / StructTopicOptions
Interface: StructTopicOptions<T>
Defined in: client.ts:24
Options for getStructTopic when using an options object.
Type Parameters
T
T extends object | object[] = object
Properties
defaultValue?
optionaldefaultValue?:T
Defined in: client.ts:27
schema?
optionalschema?:string
Defined in: client.ts:26
typeName?
optionaltypeName?:StructTypeName
Defined in: client.ts:25
validator?
optionalvalidator?:ZodType<T,unknown,$ZodTypeInternals<T,unknown>>
Defined in: client.ts:28