ValueObject<T>: {
    [k in keyof T]: GetValues<T[k]>
}

Type Parameters

  • T

Generated using TypeDoc