Type alias ToOptional<T>

ToOptional<T>: {
    [K in keyof T]?: T[K]
}

Type Parameters

  • T