import RealFlags

public extension ParameterStores {
    struct Promo: SunoStatsigParameterStore {
        public static let parameterStoreName: String = "ios-promo"

        @Flag(key: "video-song-art-walkthrough", default: false, description: "Default-off flag as an off-switch to show the video song art walkthrough")
        public var videoSongArtWalkthrough: Bool

        @Flag(key: "q2-2025-remix-contests", default: false, description: "Default-off flag as an off-switch to show the Q2 2025 Remix Contests promo")
        public var q22025RemixContests: Bool

        public init() {}
    }
}
