Type alias withKind<T, K>

withKind<T, K>: T & {
    kind: K;
}

Type Parameters

  • T
  • K extends OpKind

Type declaration

  • kind: K

Generated using TypeDoc