export interface DenoSetupDeploySchema { project: string; site?: string; deployTarget?: string; }