/// A parsed wardley map. public struct Map: Sendable { public let components: [Component] public let dependencies: [Dependency] public let notes: [Note] public let stages: [Stage] public let groups: [Group] public let inertias: [Inertia] public let evolutions: [Evolution] }