Skip to content

Commit

Permalink
tweak mock
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Dec 20, 2022
1 parent 83f357f commit 0f18284
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
* 2.0.
*/

export const finalChangePointGroups = [
import type { ChangePointGroup } from '@kbn/ml-agg-utils';

export const finalChangePointGroups: ChangePointGroup[] = [
{
id: '2038579476',
group: [
Expand Down

0 comments on commit 0f18284

Please sign in to comment.