Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/contacts/get-contact.query
getContact
Variable getContact
Const
getContact
:
QueryProcedure
<
{
input
:
{
contactId
:
string
}
;
meta
:
object
;
output
:
{
contact_id
:
ContactId
;
contact_type
:
string
;
contact_type_id
:
ContactTypeId
;
contact_type_name
:
string
;
created_at
:
DbDate
;
created_by
:
string
|
null
;
fieldValues
:
{
field_id
:
string
;
key
:
string
;
value
:
string
|
null
;
value_id
:
string
;
}
[]
;
org_id
:
number
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...