Type alias ILike<T, U>

ILike<T, U>: {
    [key in keyof T]: U
}

Type Parameters

  • T
  • U = any