DiffStatus
type DiffStatus = "added" | "modified" | "removed";Defined in: src/types/index.ts:280
Diff status of a state between two ASL definitions
type DiffStatus = "added" | "modified" | "removed";Defined in: src/types/index.ts:280
Diff status of a state between two ASL definitions