UNPKG

eas-cli

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