UNPKG

eas-cli

Version:

EAS command line tool

8 lines (7 loc) 363 B
import { Action } from './HelperActions'; import { ManageIos } from './ManageIos'; export declare class SetUpIosBuildCredentials extends ManageIos { private readonly setUpBuildCredentialsWithProfileNameFromFlag; constructor(callingAction: Action, projectDir: string, setUpBuildCredentialsWithProfileNameFromFlag: string); runAsync(): Promise<void>; }