```rs #[tsync(ts_type = "[number, number]")] type Coordinate = [f64; 2]; ``` resolves to ```ts export type Coordinate = unknown ```