UNPKG

eas-cli

Version:

EAS command line tool

5 lines (4 loc) 257 B
/// <reference types="@expo/apple-utils/ts-declarations/expo__app-store" /> import { ConnectModel } from '@expo/apple-utils'; /** Get the properties of a single App Store Connect entity */ export type AttributesOf<T extends ConnectModel> = T['attributes'];