eas-cli
Version:
EAS command line tool
6 lines (5 loc) • 338 B
TypeScript
import { ExpoGraphqlClient } from '../commandUtils/context/contextUtils/createGraphqlClient';
import { BackgroundJobReceiptDataFragment } from '../graphql/generated';
export declare function scheduleUpdateGroupDeletionAsync(graphqlClient: ExpoGraphqlClient, { group, }: {
group: string;
}): Promise<BackgroundJobReceiptDataFragment>;