Generate TypeScript types
get
/v1/projects/{ref}/types/typescriptReturns the TypeScript types of your schema for use with supabase-js.
OAuth scopes
- database:read
Path parameters
- refRequiredstring
Project ref
Query parameters
- included_schemasOptionalstring
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "types": "lorem"3}