Skip to main content
Version: 2.x

Interface: TeamMember

Defined in: javascript/src/credits/types/teams.ts:16

A member of a team, with optional spend cap.

Properties

role

role: TeamRole

Defined in: javascript/src/credits/types/teams.ts:18


spendCap

spendCap: Decimal | null

Defined in: javascript/src/credits/types/teams.ts:19


totalSpent

totalSpent: Decimal

Defined in: javascript/src/credits/types/teams.ts:20


userId

userId: string

Defined in: javascript/src/credits/types/teams.ts:17