Example: ```ts type SomeType = { owo: string uwu: number } ``` Into ```ts type SomeType = [ ["owo", string], ["uwu", number] ] ```