ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-maintenance
MaintenanceData
Interface MaintenanceData
interface
MaintenanceData
{
id
:
string
;
isActive
:
boolean
;
type
:
"INFO"
|
"WARNING"
|
"CRITICAL"
|
"EMERGENCY"
;
title
:
string
;
message
:
string
;
actionText
?:
string
;
actionUrl
?:
string
;
startDate
?:
string
;
endDate
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
creator
:
{
id
:
string
;
name
?:
string
;
email
:
string
}
;
}
Index
Properties
id
is
Active
type
title
message
action
Text?
action
Url?
start
Date?
end
Date?
created
At
updated
At
creator
Properties
id
id
:
string
is
Active
isActive
:
boolean
type
type
:
"INFO"
|
"WARNING"
|
"CRITICAL"
|
"EMERGENCY"
title
title
:
string
message
message
:
string
Optional
action
Text
actionText
?:
string
Optional
action
Url
actionUrl
?:
string
Optional
start
Date
startDate
?:
string
Optional
end
Date
endDate
?:
string
created
At
createdAt
:
string
updated
At
updatedAt
:
string
creator
creator
:
{
id
:
string
;
name
?:
string
;
email
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
is
Active
type
title
message
action
Text
action
Url
start
Date
end
Date
created
At
updated
At
creator
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...