Type alias ValidatedFields<T>

ValidatedFields<T>: {
    [P in keyof T]: Validated<T[P]>
}

Type Parameters

  • T

    The validated type