Parse and validate AT Protocol Lexicons with DTO generation for Laravel
at main 12 lines 190 B view raw
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}