UNPKG

eas-cli

Version:
6 lines (5 loc) 310 B
import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGraphqlClient'; export declare function getBranchFromChannelNameAndCreateAndLinkIfNotExistsAsync(graphqlClient: ExpoGraphqlClient, projectId: string, channelName: string): Promise<{ branchName: string; branchId: string; }>;