DeferredLocalUploadConfig — @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.
Verified import example
Section titled “Verified import example”import { DeferredLocalUploadConfig } from '@gj-kit/expo-media/core';Signature, parameters, and return type
Section titled “Signature, parameters, and return type”/** * `completeUpload` 없이 presign → 네이티브 PUT까지만 수행하는 설정. * * 반환된 `DeferredLocalUpload`은 서버 등록 요청처럼 보이게 만든 가짜 값이 아니다. 호출자가 * 자기 도메인 트랜잭션에서 `objectName`과 메타데이터를 연결할 수 있는 완료 페이로드다. */type DeferredLocalUploadConfig<TCollectionId extends string = string> = MediaUploadBaseConfig<TCollectionId> & LocalStreamingUploadAdapters & { readonly api: MediaUploadIntentApi<TCollectionId>;};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.
Release context
Section titled “Release context”- Package:
@gj-kit/expo-media - Version:
0.6.1 - Public entry:
./core - Source: GitHub