Skip to content

Commit

Permalink
fix: add ts ignore error since we are hitting the limits of ts
Browse files Browse the repository at this point in the history
typeboxxxxx
  • Loading branch information
karrui committed Sep 26, 2024
1 parent 1f6fd42 commit 27a744d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/studio/prisma/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ declare global {
// TODO: Rename all with XXXYYYJson instead of XXXJsonYYY
type SiteJsonConfig = _IsomerSiteConfigProps
type SiteThemeJson = _IsomerSiteThemeProps
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore flakey Type instantiation is excessively deep and possibly infinite error
type BlobJsonContent = _IsomerSchema
type NavbarJsonContent = _IsomerSiteWideComponentsProps["navBarItems"]
type FooterJsonContent = _IsomerSiteWideComponentsProps["footerItems"]
Expand Down

0 comments on commit 27a744d

Please sign in to comment.