Browse Source

ref: convert shortIdQueryResult.js to tsx (#55305)

Michelle Zhang 1 year ago
parent
commit
9dbe38baa8
1 changed files with 3 additions and 1 deletions
  1. 3 1
      fixtures/js-stubs/shortIdQueryResult.tsx

+ 3 - 1
fixtures/js-stubs/shortIdQueryResult.js → fixtures/js-stubs/shortIdQueryResult.tsx

@@ -1,6 +1,8 @@
+import {ShortIdResponse} from 'sentry/types';
+
 import {Group} from './group';
 
-export function ShortIdQueryResult(params = {}) {
+export function ShortIdQueryResult(params = {}): ShortIdResponse {
   const group = Group({
     metadata: {
       type: 'group type',