UNPKG

eas-cli

Version:

EAS command line tool

6 lines (5 loc) 338 B
import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGraphqlClient'; import { BackgroundJobReceiptDataFragment } from '../graphql/generated'; export declare function scheduleUpdateGroupDeletionAsync(graphqlClient: ExpoGraphqlClient, { group, }: { group: string; }): Promise<BackgroundJobReceiptDataFragment>;