TeamPermissionbetaNeon Auth TeamPermission object referenceThis 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; }; `