backport
Version:
A CLI tool that automates the process of backporting commits
8 lines (7 loc) • 310 B
TypeScript
import { OperationResultWithMeta } from './client/graphqlClient';
export declare function getInvalidAccessTokenMessage({ result, repoOwner, repoName, globalConfigFile, }: {
result: OperationResultWithMeta;
repoOwner: string;
repoName: string;
globalConfigFile?: string;
}): string | undefined;