ios/AuthenticatorShared/UI/DebugMenu/DebugMenuState.swift
2024-10-30 11:17:16 -05:00

11 lines
243 B
Swift

import Foundation
// MARK: - DebugMenuState
/// The state used to present the `DebugMenuView`.
///
struct DebugMenuState: Equatable, Sendable {
/// The current feature flags supported.
var featureFlags: [DebugMenuFeatureFlag] = []
}