UNPKG

@iexec/iapp

Version:

A CLI to guide you through the process of building an iExec iApp

12 lines (11 loc) 468 B
import { TemplateName } from '../config/config.js'; export declare function initIAppWorkspace({ projectName, template, useArgs, useProtectedData, useBulkProcessing, useInputFile, useRequesterSecret, useAppSecret, }: { projectName: string; template: TemplateName; useArgs?: boolean; useProtectedData?: boolean; useBulkProcessing?: boolean; useInputFile?: boolean; useRequesterSecret?: boolean; useAppSecret?: boolean; }): Promise<void>;