From 656a52f08d069b2139236d720565689c37095abf Mon Sep 17 00:00:00 2001 From: Bluefox Date: Tue, 30 Apr 2024 15:26:28 +0800 Subject: [PATCH] Extend SystemConfigCommon with intro object (#2704) Co-authored-by: Max Hauser Co-authored-by: Ingo Fischer --- packages/types-dev/objects.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/types-dev/objects.d.ts b/packages/types-dev/objects.d.ts index 51eabde94..3a8cb6f12 100644 --- a/packages/types-dev/objects.d.ts +++ b/packages/types-dev/objects.d.ts @@ -764,6 +764,9 @@ declare global { // Make it possible to narrow the object type using the custom property custom?: undefined; + + /** Deactivated instances, that should not be shown in admin/Intro page */ + intro?: string[]; } interface OtherCommon extends ObjectCommon {