ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-work-stations
WorkStation
Interface WorkStation
interface
WorkStation
{
id
:
string
;
name
:
string
;
code
:
string
;
description
?:
string
;
location
?:
string
;
capacity
?:
number
;
costPerHour
?:
number
;
status
:
string
;
isActive
:
boolean
;
operatorId
?:
string
;
company
?:
{
id
:
string
;
name
:
string
}
;
operator
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
;
equipment
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
_count
:
{
operationTemplates
:
number
;
productionSessions
:
number
}
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
Index
Properties
id
name
code
description?
location?
capacity?
cost
Per
Hour?
status
is
Active
operator
Id?
company?
operator?
equipment?
_
count
created
At
updated
At
Properties
id
id
:
string
name
name
:
string
code
code
:
string
Optional
description
description
?:
string
Optional
location
location
?:
string
Optional
capacity
capacity
?:
number
Optional
cost
Per
Hour
costPerHour
?:
number
status
status
:
string
is
Active
isActive
:
boolean
Optional
operator
Id
operatorId
?:
string
Optional
company
company
?:
{
id
:
string
;
name
:
string
}
Optional
operator
operator
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
Optional
equipment
equipment
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
_
count
_count
:
{
operationTemplates
:
number
;
productionSessions
:
number
}
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
code
description
location
capacity
cost
Per
Hour
status
is
Active
operator
Id
company
operator
equipment
_
count
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...