Interface: TeamMember
Defined in: javascript/src/types.ts:197
A member of a team, with optional spend cap.
Properties
role
role:
string
Defined in: javascript/src/types.ts:199
spendCap?
optionalspendCap?:number|null
Defined in: javascript/src/types.ts:200
totalSpent
totalSpent:
number
Defined in: javascript/src/types.ts:201
userId
userId:
string
Defined in: javascript/src/types.ts:198