backport
Version:
A CLI tool that automates the process of backporting commits
9 lines (8 loc) • 358 B
TypeScript
import type { OperationResultWithMeta } from './client/graphql-client.js';
export declare function getInvalidGithubTokenMessage({ result, repoOwner, repoName, globalConfigFile, githubToken, }: {
result: OperationResultWithMeta;
repoOwner: string;
repoName: string;
globalConfigFile?: string;
githubToken?: string;
}): string | undefined;