UNPKG

eas-cli

Version:
9 lines (8 loc) 273 B
import { AppPlatform } from '../graphql/generated'; export interface RunArchiveFlags { latest?: boolean; id?: string; path?: string; url?: string; } export declare function runAsync(simulatorBuildPath: string, selectedPlatform: AppPlatform): Promise<void>;