Files
supabase/apps/studio/data/api.d.ts
Jonathan Summers-Muir c73af5ec8f move to shared types (#23210)
* move to shared types

* Rename the package to api-types.

* Fix a forgotten dependency.

* Add more forgotten deps.

---------

Co-authored-by: Ivan Vasilov <vasilov.ivan@gmail.com>
2024-04-24 11:03:17 +02:00

5 lines
108 B
TypeScript

/**
* Avoid importing this file and import the types directly from api-types
*/
export * from 'api-types'