Rulvar API reference / @rulvar/core / EffectLaneRead
Type Alias: EffectLaneRead
ts
type EffectLaneRead =
| {
lane: false;
}
| {
decision: EffectLaneDecision;
lane: true;
}
| {
lane: true;
malformed: string;
};Defined in: packages/core/src/effects/types.ts:365
The read verdict of one journal entry against the lane vocabulary.