Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/contact-types/get-contact-type.query
getContactType
Variable getContactType
Const
getContactType
:
QueryProcedure
<
{
input
:
{
contactTypeId
:
string
}
;
meta
:
object
;
output
:
{
contact_type_id
:
ContactTypeId
;
created_at
:
DbDate
;
created_by
:
string
;
fields
:
{
contact_type
:
string
;
created_at
:
DbDate
;
field_id
:
ContactTypeFieldId
;
key
:
string
;
}
[]
;
org_id
:
number
|
null
;
type
:
string
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...