Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/teams/list-teams.query
listTeams
Variable listTeams
Const
listTeams
:
QueryProcedure
<
{
input
:
void
;
meta
:
object
;
output
:
{
created_at
:
string
;
id
:
TeamId
;
members
:
{
email
:
string
|
null
;
first_name
:
string
|
null
;
id
:
ProfileId
;
last_name
:
string
|
null
;
role_name
:
string
|
null
;
}
[]
;
name
:
string
|
null
;
}
[]
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...