ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/rencontres/forms/meeting-schema
MeetingCompany
Interface MeetingCompany
interface
MeetingCompany
{
id
:
string
;
name
:
string
;
role
:
"MAIN"
|
"VISITED"
|
"PARENT"
;
city
?:
string
;
country
?:
string
;
isParentPartner
?:
boolean
;
notes
?:
string
;
}
Index
Properties
id
name
role
city?
country?
is
Parent
Partner?
notes?
Properties
id
id
:
string
name
name
:
string
role
role
:
"MAIN"
|
"VISITED"
|
"PARENT"
Optional
city
city
?:
string
Optional
country
country
?:
string
Optional
is
Parent
Partner
isParentPartner
?:
boolean
Optional
notes
notes
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
role
city
country
is
Parent
Partner
notes
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...