Closed ronvoluted closed 3 months ago
Latest commit: ebd66046ea2c6658a894bb2868f0f80755ebd223
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This PR exports a new
SnapshotStatus
type which represents thestatus
type of an actor snapshot—'active' | 'done' | 'error' | 'stopped'
.Hardcoded uses of this string union were also replaced with the type.
Discussion