mirror of
https://github.com/supabase/supabase.git
synced 2026-06-21 23:12:45 +08:00
* 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>
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
/**
|
|
* Avoid importing this file and import the types directly from api-types
|
|
*/
|
|
export * from 'api-types'
|