UNPKG

eas-cli

Version:

EAS command line tool

5 lines (4 loc) 227 B
import ContextField, { ContextOptions } from './ContextField'; export declare class ProjectIdContextField extends ContextField<string> { getValueAsync({ nonInteractive, sessionManager }: ContextOptions): Promise<string>; }