/// <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 */exporttypeAttributesOf<T extendsConnectModel> = T['attributes'];