FakePermissionOutcome — @gj-kit/expo-workouts
A public type from @gj-kit/expo-workouts/testing. The signature below is taken directly from the 0.1.1 release declaration.
Verified import example
Section titled “Verified import example”import { FakePermissionOutcome } from '@gj-kit/expo-workouts/testing';Signature, parameters, and return type
Section titled “Signature, parameters, and return type”/** 권한 요청이 어떻게 끝나는가 — 셋 다 Phase 0가 실제로 관측한 결말이다. */type FakePermissionOutcome =/** 사용자가 요청 집합을 전부 허용한다. */'grant'/** 사용자가 "Don't allow"를 누른다 — 결론적인 거부다. */ | 'deny'/** f120: 온보딩 "Go back". 19.6 s 뒤 **빈 집합**, 전면 거부와 API 표면에서 구별 불가. */ | 'inconclusive';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-workouts - Version:
0.1.1 - Public entry:
./testing - Source: GitHub