Begin transfering things to TS
This commit is contained in:
parent
81f5e49768
commit
3ad4422a94
17 changed files with 280 additions and 138 deletions
6
resources/assets/scripts/helpers/statuses.ts
Normal file
6
resources/assets/scripts/helpers/statuses.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default {
|
||||
STATUS_OFF: 0,
|
||||
STATUS_ON: 1,
|
||||
STATUS_STARTING: 2,
|
||||
STATUS_STOPPING: 3,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue