UNPKG

eas-cli

Version:
6 lines (5 loc) 225 B
import { SubmissionError } from '../../graphql/generated'; /** * Returns a boolean indicating whether the submission logs should be printed. */ export declare function printSubmissionError(error: SubmissionError): boolean;