Type alias IOp<T>

IOp<T>: {
    [key in keyof T]?: T[key]
}

Type Parameters

  • T