Skip to main content

SegmentStatus

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / SegmentStatus

Type Alias: SegmentStatus

SegmentStatus = typeof SegmentSuccess | typeof SegmentFail

Represents the result of a segment operation, which can either be a successful operation (SegmentSuccess) or a failed operation (SegmentFail).