BerniWittmann/cape-frontend

View on GitHub
src/vuex/modules/process/state.js

Summary

Maintainability
A
0 mins
Test Coverage
/* ============
 * State of the process module
 * ============
 *
 * The initial state of the process module.
 */

export default {
  processes: [],
  activeProcess: undefined
}