NeverEmpty<T>: {
    [K in keyof T]-?: Exclude<WithListsFixed<T[K]>, undefined | null>
}

Returns an updated response type to always return a value.

Type Parameters

  • T