UNPKG

eas-cli

Version:

EAS command line tool

4 lines (3 loc) 225 B
import { CredentialsContext } from '../../context'; import { PushKey } from '../appstore/Credentials.types'; export declare function isPushKeyValidAndTrackedAsync(ctx: CredentialsContext, pushKey: PushKey): Promise<boolean>;