**Describe the bug** Generated types from `supabase gen types typescript` keeps switching the order of the types across different versions. **To Reproduce** Steps to reproduce the behavior: 1. Run `supabase gen types typescript` on version `2.30.4` 2. Run `supabase gen types typescript` on version `2.31.8` 3. Inspect the diff and see that the types are reordered. No functional changes to the types have been made. **Expected behavior** The types should not be re-ordered. **Screenshots** <img width="442" height="208" alt="Image" src="https://github.com/user-attachments/assets/18001375-f42e-4673-b192-19f1bf74a693" />