Type Alias EmptyStatement<X>

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

Type Parameters

  • X