Skip to content

Commit f005184

Browse files
committed
types: update types due to rolldown breaking changes
1 parent f1da7d2 commit f005184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/entries.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@ export interface EntryBase {
8888
*
8989
* @default undefined
9090
*/
91-
define?: InputOptions['define']
91+
define?: NonNullable<InputOptions['transform']>['define']
9292
/**
9393
* Specifies Rolldown `inject` options.
9494
*
9595
* @default undefined
9696
*/
97-
inject?: InputOptions['inject']
97+
inject?: NonNullable<InputOptions['transform']>['inject']
9898
/**
9999
* Specifies Rolldown plugins.
100100
*

0 commit comments

Comments
 (0)