E0323: optional tuple elements cannot come after spread elements
TypeScript tuple types can contain spread elements and optional elements. However, it is a syntax error to use both a spread element and an optional element in a single tuple type:
To fix this error, use a union type instead of an optional element:
Introduced in quick-lint-js version 2.10.0.