Type alias ArrayFields<T>

ArrayFields<T>: {
    [P in keyof T]: T[P][]
}

Type Parameters

  • T

    The validated type