UNPKG

eas-cli

Version:

EAS command line tool

4 lines (3 loc) 172 B
import { Actor } from './User'; import { AccountFragment } from '../graphql/generated'; export declare function ensureActorHasPrimaryAccount(user: Actor): AccountFragment;