WithSomeType<T>: T & {
    type?: SomeType;
}

Type Parameters

  • T