Type Alias StructValue<T>

StructValue: { -readonly [K in keyof T]: FieldValue<T[K]> }

Type Parameters