Skip to content

Commit

Permalink
Extend SystemConfigCommon with intro object (#2704)
Browse files Browse the repository at this point in the history
Co-authored-by: Max Hauser <[email protected]>
Co-authored-by: Ingo Fischer <[email protected]>
  • Loading branch information
3 people authored Apr 30, 2024
1 parent 49b3dcf commit 656a52f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/types-dev/objects.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 656a52f

Please sign in to comment.