From 770f6f7026e64836a3f567c1456f5785ddfb6ac6 Mon Sep 17 00:00:00 2001 From: Bassel Kanso Date: Fri, 12 Aug 2022 14:09:12 +0300 Subject: [PATCH] Update packages/core/strapi/lib/types/core/strapi/index.d.ts Co-authored-by: Ben Irvin --- packages/core/strapi/lib/types/core/strapi/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/strapi/lib/types/core/strapi/index.d.ts b/packages/core/strapi/lib/types/core/strapi/index.d.ts index 30ac1a8f57..3288a9ed7f 100644 --- a/packages/core/strapi/lib/types/core/strapi/index.d.ts +++ b/packages/core/strapi/lib/types/core/strapi/index.d.ts @@ -39,7 +39,7 @@ export interface Strapi { /** * Find a service using its unique identifier */ - service(uid: string): GenericService | undefined; + service(uid: string): T | undefined; /** * Getter for the Strapi controllers container