Skip to content

AuthorizationDerivationFacts — @gj-kit/expo-workouts

A public interface from @gj-kit/expo-workouts/core. The signature below is taken directly from the 0.1.1 release declaration.

import { AuthorizationDerivationFacts } from '@gj-kit/expo-workouts/core';
/** 스냅샷에서 상태를 도출할 때 필요한 부가 사실. 전부 optional이며 없으면 보수적으로 판정한다. */
interface AuthorizationDerivationFacts {
/**
* 방금 끝난 **결론적인** 요청에서 사용자가 실제로 거부한 플랫폼 문자열. `before`/`after` 비교의
* 결과이며(f120이 강제하는 유일한 정직한 판정 근거), 요청이 `conclusive: false`였다면 **비어
* 있어야 한다** — 그때 scope 상태는 불변이다.
*/
readonly denied?: readonly string[] | undefined;
}

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-workouts
  • Version: 0.1.1
  • Public entry: ./core
  • Source: GitHub