diff --git a/packages/astro/src/runtime/server/astro-island.ts b/packages/astro/src/runtime/server/astro-island.ts index f2a03b7fd546..92168f7281b1 100644 --- a/packages/astro/src/runtime/server/astro-island.ts +++ b/packages/astro/src/runtime/server/astro-island.ts @@ -2,7 +2,7 @@ // Do not import this file directly, instead import the prebuilt one instead. // pnpm --filter astro run prebuild -type directiveAstroKeys = string; +type directiveAstroKeys = 'load' | 'idle' | 'visible' | 'media' | 'only'; declare const Astro: { [k in directiveAstroKeys]: (