ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-equipment
Equipment
Interface Equipment
interface
Equipment
{
id
:
string
;
name
:
string
;
code
:
string
;
description
?:
string
;
type
:
string
;
manufacturer
?:
string
;
model
?:
string
;
serialNumber
?:
string
;
location
?:
string
;
isActive
:
boolean
;
status
?:
string
;
lastMaintenance
?:
Date
;
nextMaintenance
?:
Date
;
workCenter
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
usageCount
:
number
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
Index
Properties
id
name
code
description?
type
manufacturer?
model?
serial
Number?
location?
is
Active
status?
last
Maintenance?
next
Maintenance?
work
Center?
usage
Count
created
At
updated
At
Properties
id
id
:
string
name
name
:
string
code
code
:
string
Optional
description
description
?:
string
type
type
:
string
Optional
manufacturer
manufacturer
?:
string
Optional
model
model
?:
string
Optional
serial
Number
serialNumber
?:
string
Optional
location
location
?:
string
is
Active
isActive
:
boolean
Optional
status
status
?:
string
Optional
last
Maintenance
lastMaintenance
?:
Date
Optional
next
Maintenance
nextMaintenance
?:
Date
Optional
work
Center
workCenter
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
usage
Count
usageCount
:
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
type
manufacturer
model
serial
Number
location
is
Active
status
last
Maintenance
next
Maintenance
work
Center
usage
Count
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...