export enum ProjectDisclosureTypes {
AI_CONTENT = "ai_content",
AI_CONTENT_CODE = "ai_content_code",
AI_CONTENT_ASSETS = "ai_content_assets",
AI_CONTENT_TEXT = "ai_content_text",
AI_CONTENT_FUNCTIONALITY = "ai_content_functionality",
ADVERTISEMENTS = "advertisements",
EPILEPSY_TRIGGERS = "epilepsy_triggers",
SYSTEM_INTERACTIONS = "system_interactions",
TELEMETRY = "telemetry",
TELEMETRY_OPT_IN = "telemetry_opt_in",
TELEMETRY_OPT_OUT = "telemetry_opt_out",
TELEMETRY_ALWAYS_ACTIVE = "telemetry_always_active",
DERIVATIVE_WORK = "derivative_work",
PAID_FEATURES = "paid_features",
ARCHIVED = "archived",
}
