FullAppStatus
Stentor API Reference / stentor-models/src / FullAppStatus
Interface: FullAppStatus
Defined in: packages/stentor-models/src/App/App.ts:13
The status of the App
Extendsβ
Propertiesβ
statusHistory?β
optionalstatusHistory:AppStatus[]
Defined in: packages/stentor-models/src/App/App.ts:17
History of the app's status
typeβ
type:
AppStatusType
Defined in: packages/stentor-models/src/App/AppStatus.ts:75
Status type
Inherited fromβ
timestampβ
timestamp:
number
Defined in: packages/stentor-models/src/App/AppStatus.ts:79
The time when the status was set
Inherited fromβ
emailβ
email:
string
Defined in: packages/stentor-models/src/App/AppStatus.ts:83
The email of the user/admin who set the status
Inherited fromβ
notesβ
notes:
string
Defined in: packages/stentor-models/src/App/AppStatus.ts:87
Any notes set by the admin when the status was set.