export const MOCK_DATABASES = [
  { value: 'main', text: 'main' },
  { value: 'ci', text: 'ci' },
];

export const MOCK_SELECTED_DATABASE = 'main';