5 lines
No EOL
150 B
TypeScript
5 lines
No EOL
150 B
TypeScript
/// <reference path="../.astro/types.d.ts" />
|
|
/// <reference types="astro/client" />
|
|
interface ImportMetaEnv {
|
|
readonly CONTENT_API_KEY: string;
|
|
} |