Skip to content

Commit

Permalink
add template
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Nov 14, 2019
1 parent d4dbf5b commit cacc9f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @param indexPattern String with the index pattern
*/
export function getTemplate(indexPattern: string): object {
export function getTemplate(indexPattern: string): Template {
const template = getBaseTemplate();
template.index_patterns = [indexPattern];
return template;
Expand Down

0 comments on commit cacc9f5

Please sign in to comment.