Propagated the Transcription type and locale binding through the RecordingView view and its view model in the Recording package target.

This commit is contained in:
2026-07-04 12:11:24 +02:00
parent 68c070948e
commit 20cbda7b27
6 changed files with 47 additions and 30 deletions
@@ -1,7 +1,7 @@
import Foundation
/// A transcription of a processed recording.
public struct Transcription: Identifiable, Sendable {
public struct Transcription: Equatable, Identifiable, Sendable {
// MARK: Properties