package com.suno.android.gating import com.suno.android.gating.statsig.FeatureValue sealed interface Feature { data object AuthFacebook : Feature data object Downloads : Feature data object VideoCoverPlayer : Feature data object VideoCoverPreview : Feature data object CommentsMentions : Feature data object CaptionMentions : Feature data object ShowRepeatButton : Feature data object ShowShuffleButton : Feature data object ShowCustomAdvancedOptions : Feature data object ShowShareVideo : Feature data object EditSongArt : Feature data object ClipDisableDownloads : Feature data object CreateAudioRecord : Feature data object CreateAudioUpload : Feature data object CreateAudioLibrary : Feature data object CreateCustomEnhanceStyle : Feature data object ShowAudioInfluenceSlider : Feature data object UseCreateBottomSheet : Feature data object ShowCreateCustomModeResetFields : Feature data object ShowV45PlusDialog : Feature data object CreateAudioTaskCover : Feature data object CreateAudioTaskExtend : Feature data object RemixClip : Feature data object AddProfilePicture : Feature data object ShowCast : Feature data object CreateProjectSelection : Feature data object ShowAudioCreateOnSimple : Feature data object NewLogging : Feature data object HooksCreate : Feature data object HooksInAppNotifications : Feature data object ShowV5PromoDialog : Feature data object Workspaces : Feature data object HooksCreateCamera : Feature data object HooksCreateUpload : Feature data object HooksDownload : Feature data object HooksDownloadSelf : Feature data object ShowPromoDialog : Feature data object OrpheusChat : Feature data object OrpheusProjects : Feature data object HooksFeedLocation : Feature data object HooksFeedType : Feature data object BillingV2 : Feature data object RealtimeSongGeneration : Feature data object SongGenerationPollingIntervalSeconds : Feature data object BlackFridayBanner : Feature }