DocumentationTypesTeamValidGetTeamPropsValidGetTeamProps export type ValidGetTeamProps = { teamId: string } | { slug: string };TeamLimitedAuthUser