Browse Source

ref(types): Add popularity to DocIntegration (#30792)

Colleen O'Rourke 3 years ago
parent
commit
bd05e18340
1 changed files with 1 additions and 0 deletions
  1. 1 0
      static/app/types/integrations.tsx

+ 1 - 0
static/app/types/integrations.tsx

@@ -252,6 +252,7 @@ export type DocIntegration = {
   slug: string;
   author: string;
   url: string;
+  popularity: number;
   description: string;
   avatar: Avatar;
   features?: IntegrationFeature[];