UNPKG

127 BPlain TextView Raw
1import { PackageInfo } from './package-info.js';
2
3export interface PromptOption {
4 name: string;
5 pkg: PackageInfo | null;
6}