ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
types/tablet
TabletEquipment
Interface TabletEquipment
interface
TabletEquipment
{
id
:
string
;
code
:
string
;
name
:
string
;
type
:
string
;
status
:
string
;
lastMaintenance
?:
Date
|
null
;
nextMaintenance
?:
Date
|
null
;
location
?:
string
|
null
;
brand
?:
string
|
null
;
model
?:
string
|
null
;
serialNumber
?:
string
|
null
;
isActive
:
boolean
;
}
Index
Properties
id
code
name
type
status
last
Maintenance?
next
Maintenance?
location?
brand?
model?
serial
Number?
is
Active
Properties
id
id
:
string
code
code
:
string
name
name
:
string
type
type
:
string
status
status
:
string
Optional
last
Maintenance
lastMaintenance
?:
Date
|
null
Optional
next
Maintenance
nextMaintenance
?:
Date
|
null
Optional
location
location
?:
string
|
null
Optional
brand
brand
?:
string
|
null
Optional
model
model
?:
string
|
null
Optional
serial
Number
serialNumber
?:
string
|
null
is
Active
isActive
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
type
status
last
Maintenance
next
Maintenance
location
brand
model
serial
Number
is
Active
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...