mirror of
				https://github.com/Kareadita/Kavita.git
				synced 2025-10-31 10:37:04 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using API.Entities.Enums;
 | |
| 
 | |
| namespace API.DTOs.Metadata;
 | |
| 
 | |
| public class PublicationStatusDto
 | |
| {
 | |
|     public PublicationStatus Value { get; set; }
 | |
|     public string Title { get; set; }
 | |
| }
 |