JobRunStoreObligation — @gj-kit/nest-operations-jobs
A public type from @gj-kit/nest-operations-jobs/testing. The signature below is taken directly from the 0.1.1 release declaration.
Verified import example
Section titled “Verified import example”import { JobRunStoreObligation } from '@gj-kit/nest-operations-jobs/testing';Signature, parameters, and return type
Section titled “Signature, parameters, and return type”/** * S1–S7 의무의 실행 가능한 형태. 스키마를 소유하지 않는 대가 — 호스트 구현이 계약을 * 어겨도 라이브러리가 모른다 — 를 **호스트의 테스트 스위트 안에서** 닫는 장치다. */type JobRunStoreObligation = 'S1' | 'S2' | 'S3' | 'S4' | 'S5' | 'S6' | 'S7';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/nest-operations-jobs - Version:
0.1.1 - Public entry:
./testing - Source: GitHub