validateTeam
@forge/monorepo / backend/src / validateTeam
Function: validateTeam()
validateTeam(
team): readonlyTeamCompileProblem[]
Defined in: backend/src/teams/index.ts:61
Is this team runnable at all?
Checked before compiling rather than discovered while running, because every one of these produces a flow that fails at a step rather than a definition that fails to load — and a definition that only fails once someone triggers it is a definition that fails in front of a customer.
Parameters
team
Returns
readonly TeamCompileProblem[]