== should format ==
type T = [number, string ?  ];

[expect]
type T = [number, string?];
