Type Alias StaticBlock<X>

StaticBlock<X>: X & {
    body: Statement<X>[];
    type: "StaticBlock";
}

Type Parameters

  • X
""