Type alias ILike<T>

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

Type Parameters

  • T