dataclassDecoratorKeys
Allowed keyword arguments for the Python @dataclass(...) decorator.
Single source of truth: runtime keys and compile-time type are derived here.
dataclassDecoratorKeys: readonly [“init”, “repr”, “eq”, “order”, “unsafeHash”, “frozen”, “matchArgs”, “kwOnly”, “slots”, “weakrefSlot”]