Files
skills-here-run-place/node_modules/astro/dist/cli/docs/definitions.d.ts
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

5 lines
129 B
TypeScript

import type { CloudIde } from './domain/cloud-ide.js';
export interface CloudIdeProvider {
readonly name: CloudIde | null;
}