Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/contacts/create-contact.mutation
createContact
Variable createContact
Const
createContact
:
MutationProcedure
<
{
input
:
{
contactTypeId
?:
string
;
fieldValues
?:
{
key
:
string
;
value
:
string
}
[]
;
}
;
meta
:
object
;
output
:
{
contact_id
:
ContactId
;
contact_type
:
string
;
created_at
:
DbDate
;
created_by
:
string
|
null
;
org_id
:
number
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...