Dev.to (3M+ users) runs on Neon. They left Heroku in search of a better developer experience and lower costs

TeamPermission

beta

Reference for the TeamPermission object

This is a reference for the TeamPermission type in the React SDK.

Represents a permission for a team in Neon Auth.

Type Definition

type TeamPermission = {
  id: string;
};

`

Was this page helpful?