interface TemplateInstallReturn {
    analysis?: string;
    dashboard?: string;
}

Properties

analysis?: string
dashboard?: string