Skip to content

Commit

Permalink
Merge pull request #27088 from storybookjs/valentin/provide-relaxed-t…
Browse files Browse the repository at this point in the history
…ypes-for-framework-builder-fields

Types: Fix typing for main.framework/builder fields
(cherry picked from commit 1ae28db)
  • Loading branch information
valentinpalkovic authored and larsrickert committed Jun 8, 2024
1 parent 5d0911c commit 27698e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/lib/types/src/modules/core-common.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* eslint-disable @typescript-eslint/naming-convention */
import type { FileSystemCache } from 'file-system-cache';
import type { Options as TelejsonOptions } from 'telejson';
import type { Router } from 'express';
import type { FileSystemCache } from 'file-system-cache';
import type { Server } from 'http';
import type { Options as TelejsonOptions } from 'telejson';
import type { PackageJson as PackageJsonFromTypeFest } from 'type-fest';

import type { StoriesEntry, Indexer } from './indexer';
import type { Indexer, StoriesEntry } from './indexer';

/**
* ⚠️ This file contains internal WIP types they MUST NOT be exported outside this package for now!
Expand Down

0 comments on commit 27698e3

Please sign in to comment.