Sources/Confidence/Apply/FlagApplyStatus.swift (6 lines of code) (raw):

import Foundation enum ApplyEventStatus: Codable { case created case sending case sent }