ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/tablet
TabletWorkStation
Interface TabletWorkStation
interface
TabletWorkStation
{
id
:
string
;
code
:
string
;
name
:
string
;
description
?:
string
|
null
;
location
?:
string
|
null
;
capacity
?:
number
|
null
;
costPerHour
?:
number
|
null
;
status
:
string
;
isActive
:
boolean
;
operator
?:
{
id
:
string
;
name
:
string
|
null
;
email
:
string
}
|
null
;
equipment
:
TabletEquipment
[]
;
_count
:
{
equipment
:
number
;
activeEquipment
:
number
;
maintenanceEquipment
:
number
;
outOfOrderEquipment
:
number
;
}
;
createdAt
:
string
;
updatedAt
:
string
;
}
Index
Properties
id
code
name
description?
location?
capacity?
cost
Per
Hour?
status
is
Active
operator?
equipment
_
count
created
At
updated
At
Properties
id
id
:
string
code
code
:
string
name
name
:
string
Optional
description
description
?:
string
|
null
Optional
location
location
?:
string
|
null
Optional
capacity
capacity
?:
number
|
null
Optional
cost
Per
Hour
costPerHour
?:
number
|
null
status
status
:
string
is
Active
isActive
:
boolean
Optional
operator
operator
?:
{
id
:
string
;
name
:
string
|
null
;
email
:
string
}
|
null
equipment
equipment
:
TabletEquipment
[]
_
count
_count
:
{
equipment
:
number
;
activeEquipment
:
number
;
maintenanceEquipment
:
number
;
outOfOrderEquipment
:
number
;
}
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
description
location
capacity
cost
Per
Hour
status
is
Active
operator
equipment
_
count
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...