Type Alias AwaitExpression<X>

AwaitExpression<X>: X & {
    argument: Expression<X>;
    type: "AwaitExpression";
}

Type Parameters

  • X