Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/teams/create-team.mutation
createTeam
Variable createTeam
Const
createTeam
:
MutationProcedure
<
{
input
:
{
memberIds
:
string
[]
;
name
:
string
}
;
meta
:
object
;
output
:
{
created_at
:
DbDate
;
created_by
:
string
|
null
;
entity_id
:
number
|
null
;
id
:
TeamId
;
name
:
string
|
null
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...