RDS wasn’t built for devs at scale - Neon was. We rearchitected Postgres to break the cost spiral, with a better DX
Docs/Neon Auth/Next.js SDK/TeamPermission

TeamPermission

beta

Neon Auth TeamPermission object reference

This is a reference for the TeamPermission type in the Next.js SDK.

Represents a permission for a team in Neon Auth.

Type Definition

type TeamPermission = {
  id: string;
};

`

Was this page helpful?