InferOptionalStructShape<U>: {
    [K in keyof U]: Schema.InferOptionalReader<U[K]>
}

Type Parameters

Generated using TypeDoc