1<?php 2 3namespace SocialDept\AtpSchema\Generated\App\Bsky\Actor; 4 5/** 6 * GENERATED CODE - DO NOT EDIT 7 */ 8enum MutedWordTarget: string 9{ 10 case Content = 'content'; 11 case Tag = 'tag'; 12}