rulvar API reference / @rulvar/store-conformance / ConformanceCheck
Interface: ConformanceCheck
Defined in: packages/store-conformance/src/types.ts:8
One mandatory check; run rejects with a descriptive Error on violation.
Properties
| Property | Type | Defined in |
|---|---|---|
id | string | packages/store-conformance/src/types.ts:9 |
title | string | packages/store-conformance/src/types.ts:10 |
Methods
run()
ts
run(): Promise<void>;Defined in: packages/store-conformance/src/types.ts:11
Returns
Promise<void>