Skip to content

Commit

Permalink
[ML] Add declaration file for job_list's utils
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed May 15, 2020
1 parent f3c8367 commit 32dbd1f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
export function getSelectedJobIdFromUrl(str: string): string;
export function clearSelectedJobIdFromUrl(str: string): void;

0 comments on commit 32dbd1f

Please sign in to comment.