export default () => ({
  error: null,
  installed: 'checking',
  isLoading: true,

  // functions
  functions: [],
  hasFunctionData: true,

  // function_details
  hasPrometheus: true,
  hasPrometheusData: false,
  graphData: {},
});