Browse Source

fix(ts): Add missing type to Tags (#62428)

Evan Purkhiser 1 year ago
parent
commit
91ec3da522
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fixtures/js-stubs/tags.ts

+ 1 - 1
fixtures/js-stubs/tags.ts

@@ -1,6 +1,6 @@
 import type {TagWithTopValues} from 'sentry/types';
 
-export function Tags(params = []): TagWithTopValues[] {
+export function Tags(params: TagWithTopValues[] = []): TagWithTopValues[] {
   return [
     {
       topValues: [