Circle V2 API Docs
Preparing search index...
@repo/trpc
routers/contact-types/create-contact-type.mutation
createContactType
Variable createContactType
Const
createContactType
:
MutationProcedure
<
{
input
:
{
customFields
?:
string
[]
;
name
:
string
}
;
meta
:
object
;
output
:
{
contact_type_id
:
ContactTypeId
;
created_at
:
DbDate
;
created_by
:
string
;
org_id
:
number
|
null
;
type
:
string
;
}
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Circle V2 API Docs
Loading...