ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-clients
Client
Interface Client
interface
Client
{
id
:
string
;
code
:
string
;
name
:
string
;
email
?:
string
;
phone
?:
string
;
type
:
string
;
isActive
:
boolean
;
currencyId
?:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
;
name
:
string
}
;
}
Index
Properties
id
code
name
email?
phone?
type
is
Active
currency
Id?
currency?
Properties
id
id
:
string
code
code
:
string
name
name
:
string
Optional
email
email
?:
string
Optional
phone
phone
?:
string
type
type
:
string
is
Active
isActive
:
boolean
Optional
currency
Id
currencyId
?:
string
Optional
currency
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
;
name
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
email
phone
type
is
Active
currency
Id
currency
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...