Skip to content

DeviceAssetPage — @gj-kit/expo-media

A public type from @gj-kit/expo-media/core. The signature below is taken directly from the 0.6.1 release declaration.

import { DeviceAssetPage } from '@gj-kit/expo-media/core';
type DeviceAssetPage = {
readonly assets: readonly DeviceAsset[];
/**
* §1-7 규약(`?: T | undefined`)을 따른다 — 초안은 필수-undefined였다(G20-14).
* 필수로 두면 3자 어댑터 구현자가 값 없는 마지막 페이지에서도 키를 명시해야 한다.
*/
readonly endCursor?: string | undefined;
readonly hasNextPage: boolean;
readonly totalCount: number;
};

This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.

  • Package: @gj-kit/expo-media
  • Version: 0.6.1
  • Public entry: ./core
  • Source: GitHub