Type alias UnwrappedObject<T>

UnwrappedObject<T>: {
    [P in keyof T]: Unwrap<T[P]>
}

Type Parameters

  • T

Generated using TypeDoc