Type alias UnwrapObjectValues<T>

UnwrapObjectValues<T>: ExpandRecursively<{
    [K in keyof T]: Unwrap<T[K]>
}>

Extracts types of values from an objects with decoder values.

Type Parameters

  • T

Generated using TypeDoc