Circle V2 API Docs
Preparing search index...
@repo/db
schemas/action-item-assignee
partitionAssigneeRefs
Function partitionAssigneeRefs
partitionAssigneeRefs
(
refs
:
(
{
id
:
ProfileId
;
type
:
"profile"
}
|
{
id
:
ContactId
;
type
:
"contact"
}
)
[]
,
)
:
{
contactIds
:
ContactId
[]
;
profileIds
:
ProfileId
[]
}
Splits refs into the two id lists the columns are keyed by.
Parameters
refs
: (
{
id
:
ProfileId
;
type
:
"profile"
}
|
{
id
:
ContactId
;
type
:
"contact"
}
)
[]
Returns
{
contactIds
:
ContactId
[]
;
profileIds
:
ProfileId
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...
Splits refs into the two id lists the columns are keyed by.