UNPKG

eas-cli

Version:
14 lines (13 loc) 405 B
import EasCommand from '../../commandUtils/EasCommand'; export default class WebhookView extends EasCommand { static description: string; static args: { name: string; required: boolean; description: string; }[]; static contextDefinition: { loggedIn: import("../../commandUtils/context/LoggedInContextField").default; }; runAsync(): Promise<void>; }