Type Alias ThisExpression<X>

ThisExpression<X>: X & {
    type: "ThisExpression";
}

Type Parameters

  • X